[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcD2DBitmap.CreateGraphics

CreateGraphics Method

CreateGraphics(Color?)

Creates an instance of the GcD2DBitmapGraphics class.

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

If not null, specifies the color that is used to initialize the image.

Returns
Type Description
GcD2DBitmapGraphics

The new instance of GcD2DBitmapGraphics.