Current Graphics object to draw on, the one that was returned by the DrawBegin method. If there is no current drawing process (IsDrawing = false) then returns null.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public Graphics CurrentGraphics { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentGraphics As Graphics

See Also