[]
Clears the BilevelBitmap with the specified value (true is 1, false is 0).
public void Clear(bool value)
Public Sub Clear(value As Boolean)
Type | Name | Description |
---|---|---|
bool | value | The value to fill the image (true is 1, false is 0). |
Clears the BilevelBitmap with the specified value (true is 1, false is 0).
public void Clear(bool value, Rectangle rect)
Public Sub Clear(value As Boolean, rect As Rectangle)
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. |