[]
Clears the Indexed4bppBitmap with the specified lookup table index (from 0 to 15).
public void Clear(int value)
Public Sub Clear(value As Integer)
Type | Name | Description |
---|---|---|
int | value | The lookup table index (from 0 to 15) to fill the image. |
Clears the Indexed4bppBitmap with the specified lookup table index (from 0 to 15).
public void Clear(int value, Rectangle rect)
Public Sub Clear(value As Integer, rect As Rectangle)
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. |