ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / Clone Method

In This Topic
Clone Method (GraphicsPath)
In This Topic
Creates an exact copy of this path.
Syntax
'Declaration
 
Public Function Clone() As GraphicsPath
 

Return Value

The GraphicsPath this method creates, cast as an object.
See Also