ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / PathPoints Property

In This Topic
    PathPoints Property (GraphicsPath)
    In This Topic
    Gets the points in the path.
    Syntax
    'Declaration
     
    Public ReadOnly Property PathPoints As PointF()
    public PointF[] PathPoints {get;}

    Property Value

    An array of PointF objects that represent the path.
    See Also