ActiveReports 18 .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
    public GraphicsPath Clone()

    Return Value

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