Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / Graphics Property


In This Topic
    Graphics Property (IDrawingContext)
    In This Topic
    Gets the context graphics.
    Syntax
    'Declaration
     
    
    ReadOnly Property Graphics As WindowsGraphics
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim value As WindowsGraphics
     
    value = instance.Graphics
    WindowsGraphics Graphics {get;}
    See Also