Spread Windows Forms 17
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