Clear Method

Kaliko Image Library

Kaliko.ImageLibrary
Clear Method





Clear the image and set background image to the specified color.
Syntax
'Declaration
 
Public Sub Clear( _
   ByVal color As System.Drawing.Color _
) 
'Usage
 
Dim instance As KalikoImage
Dim color As System.Drawing.Color
 
instance.Clear(color)
public void Clear( 
   System.Drawing.Color color
)
public procedure Clear( 
    color: System.Drawing.Color
); 
public function Clear( 
   color : System.Drawing.Color
);
public: void Clear( 
   System.Drawing.Color color
) 
public:
void Clear( 
   System.Drawing.Color color
) 

Parameters

color
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