Gets the current RenderGraphics object created by the last call to RenderDirectGraphicsBegin(Unit, Unit).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public RenderGraphics CurrentDirectRenderGraphics { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property CurrentDirectRenderGraphics As RenderGraphics
	Get

See Also