ActiveReports Developer 7
CloseAllFigures Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IPathEx Interface : CloseAllFigures Method

Glossary Item Box

Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point.

Syntax

Visual Basic (Declaration) 
Sub CloseAllFigures() 
C# 
void CloseAllFigures()

See Also