ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx.SegmentType Enumeration

In This Topic
    PathEx.SegmentType Enumeration
    In This Topic
    Segment type.
    Syntax
    'Declaration
     
    Public Enum PathEx.SegmentType 
       Inherits System.Enum
    public enum PathEx.SegmentType : System.Enum 
    Members
    MemberDescription
    BezierToAdds bezier from last point to 2 control and end points.
    FigureEndEnds figure, close if necessary.
    LineToAdds line from last point to point.
    MoveToMoves to point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.PathEx.SegmentType

    See Also