ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / CreateGraphics Method
The bitmap object.
The fill color, by dafauly not used.

In This Topic
    CreateGraphics Method
    In This Topic
    Create graphics for bitmap.
    Syntax
    'Declaration
     
    Public Shared Function CreateGraphics( _
       ByVal bmp As GrapeCity.Documents.Imaging.GcBitmap, _
       Optional ByVal clr As System.Nullable(Of Color) _
    ) As GrapeCity.Documents.Drawing.GcGraphics
    public static GrapeCity.Documents.Drawing.GcGraphics CreateGraphics( 
       GrapeCity.Documents.Imaging.GcBitmap bmp,
       System.Nullable<Color> clr
    )

    Parameters

    bmp
    The bitmap object.
    clr
    The fill color, by dafauly not used.

    Return Value

    The graphics object.
    See Also