DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BilevelBitmap Class / Clear Method / Clear(Boolean,Rectangle) Method
The value to fill the image (true is 1, false is 0).
The target rectangle of the BilevelBitmap.

In This Topic
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 value As System.Boolean, _
   ByVal rect 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.
See Also