[]
Clears the image with the specified color.
public void Clear(Color color)
Public Sub Clear(color As Color)
Type | Name | Description |
---|---|---|
Color | color |
Clears the image with the specified color.
public void Clear(uint color = 16777215)
Public Sub Clear(Optional color As UInteger = 16777215)
Type | Name | Description |
---|---|---|
uint | color |