[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Indexed4bppBitmap.Clear

Clear Method

Clear(int)

Clears the Indexed4bppBitmap with the specified lookup table index (from 0 to 15).

Declaration
public void Clear(int value)
Public Sub Clear(value As Integer)
Parameters
Type Name Description
int value

The lookup table index (from 0 to 15) to fill the image.

Clear(int, Rectangle)

Clears the Indexed4bppBitmap with the specified lookup table index (from 0 to 15).

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

The lookup table index (from 0 to 15) to fill the image.

Rectangle rect

The target rectangle of the Indexed4bppBitmap.