Clear(Boolean,Rectangle) Method
In This Topic
Clears the
BilevelBitmap with the specified value (true is 1, false is 0).
Syntax
'Declaration
Public Overloads Sub Clear( _
ByVal As System.Boolean, _
ByVal As System.Drawing.Rectangle _
)
public void Clear(
System.bool ,
System.Drawing.Rectangle
)
Parameters
- value
- The value to fill the image (true is 1, false is 0).
- rect
- The target rectangle of the BilevelBitmap.
See Also