Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingSurface Interface / Graphics Property


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