ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / BitmapGraphicsRendering Class / BitmapGraphics Property

In This Topic
    BitmapGraphics Property
    In This Topic
    Gets GrapeCity.Documents.Imaging.GcBitmapGraphics inner object.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitmapGraphics As GrapeCity.Documents.Imaging.GcBitmapGraphics
    public GrapeCity.Documents.Imaging.GcBitmapGraphics BitmapGraphics {get;}
    See Also