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