[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BilevelBitmap.Clear

Clear Method

Clear(bool)

Clears the BilevelBitmap with the specified value (true is 1, false is 0).

Declaration
public void Clear(bool value)
Public Sub Clear(value As Boolean)
Parameters
Type Name Description
bool value

The value to fill the image (true is 1, false is 0).

Clear(bool, Rectangle)

Clears the BilevelBitmap with the specified value (true is 1, false is 0).

Declaration
public void Clear(bool value, Rectangle rect)
Public Sub Clear(value As Boolean, rect As Rectangle)
Parameters
Type Name Description
bool value

The value to fill the image (true is 1, false is 0).

Rectangle rect

The target rectangle of the BilevelBitmap.