Clear Method
From Kaliko Image Library
Kaliko.ImageLibrary
Clear Method
Clear the image and set background image to the specified color.
Syntax
'DeclarationPublic Sub Clear( _ ByVal color As System.Drawing.Color _ )
'UsageDim 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