[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicBitmap.CreateGraphics

CreateGraphics Method

CreateGraphics(Color?)

Creates an instance of the GcWicBitmapGraphics class.

Declaration
public GcWicBitmapGraphics CreateGraphics(Color? backColor = null)
Public Function CreateGraphics(Optional backColor As Color? = Nothing) As GcWicBitmapGraphics
Parameters
Type Name Description
Color? backColor

If not null, specifies the color to clear the image with.

Returns
Type Description
GcWicBitmapGraphics

A new instance of GcWicBitmapGraphics.