Renders the internally maintained RenderGraphics object
created with a previous call to RenderDirectGraphicsBegin(Unit, Unit)
onto the current page of the document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void RenderDirectGraphicsEnd() |
Visual Basic |
---|
Public Sub RenderDirectGraphicsEnd |
Remarks
Internally, this method calls RenderDirect(Unit, Unit, RenderObject),
passing the CurrentDirectRenderGraphics as the parameter,
and resets the internal variable used to hold that value.
The coordinates at which CurrentDirectRenderGraphics is rendered are determined by the preceding call to RenderDirectGraphicsBegin(Unit, Unit).