PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderGraphics Class / Graphics Property

In This Topic
    Graphics Property (RenderGraphics)
    In This Topic
    Gets the System.Drawing.Graphics object to draw on.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As Graphics
    public Graphics Graphics {get;}
    See Also