ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / Segments Property

In This Topic
    Segments Property (PathEx)
    In This Topic
    Gets internal path representation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Segments As IReadOnlyCollection(Of PathEx.Segment)
    public IReadOnlyCollection<PathEx.Segment> Segments {get;}
    See Also