Clear(UInt32,Nullable<Rectangle>) Method
In This Topic
Clears the
GcBitmap with the specified color.
Syntax
'Declaration
Public Overloads Sub Clear( _
Optional ByVal As System.UInteger, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void Clear(
System.uint ,
System.Nullable<Rectangle>
)
Parameters
- color
- The color to fill the image.
- clipRect
- The target rectangle of the GcBitmap.
See Also