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