PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / CurrentDirectGraphics Property

In This Topic
    CurrentDirectGraphics Property (SampleC1PrintDocument)
    In This Topic
    Gets the current Graphics object created by the last call to C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentDirectGraphics As Graphics
    public Graphics CurrentDirectGraphics {get;}
    See Also