[]
        
(Showing Draft Content)

C1.Util.GraphicsRendering.CreateGraphics

CreateGraphics Method

CreateGraphics(GcBitmap, Color?)

Create graphics for bitmap.

Declaration
[CLSCompliant(false)]
public static GcGraphics CreateGraphics(GcBitmap bmp, Color? clr = null)
Parameters
Type Name Description
GcBitmap bmp

The bitmap object.

Color? clr

The fill color, by dafauly not used.

Returns
Type Description
GcGraphics

The graphics object.