[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BitmapRenderer.Clear

Clear Method

Clear(Color)

Clears the image with the specified color.

Declaration
public void Clear(Color color)
Public Sub Clear(color As Color)
Parameters
Type Name Description
Color color

Clear(uint)

Clears the image with the specified color.

Declaration
public void Clear(uint color = 16777215)
Public Sub Clear(Optional color As UInteger = 16777215)
Parameters
Type Name Description
uint color