KalikoImage Constructor(Size,Color)

Kaliko Image Library

Kaliko.ImageLibrary
KalikoImage Constructor(Size,Color)





Create a KalikoImage with a defined width, height and background color.
Syntax
'Declaration
 
Public Function New( _
   ByVal size As System.Drawing.Size, _
   ByVal backgroundColor As System.Drawing.Color _
)
'Usage
 
Dim size As System.Drawing.Size
Dim backgroundColor As System.Drawing.Color
 
Dim instance As New KalikoImage(size, backgroundColor)
public KalikoImage( 
   System.Drawing.Size size,
   System.Drawing.Color backgroundColor
)
public KalikoImage( 
    size: System.Drawing.Size;
    backgroundColor: System.Drawing.Color
); 
public function KalikoImage( 
   size : System.Drawing.Size,
   backgroundColor : System.Drawing.Color
);
public: KalikoImage( 
   System.Drawing.Size size,
   System.Drawing.Color backgroundColor
)
public:
KalikoImage( 
   System.Drawing.Size size,
   System.Drawing.Color backgroundColor
)

Parameters

size
backgroundColor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys