Represents a hatch border as a polyline.

The following tables list the members exposed by the CAD2DPolyline type.

Name Description
Public property Bulges Represents list of bulges of the CAD2DPolyline instance.
Public property Closed Gets or sets true if CAD2DPolyline curve is closed, else gets or sets false.
Public property EndPoint Gets or sets the end point of the CAD2DPolyline instance.
Public property Points Represents list of points of the CAD2DPolyline instance.
Public property StartPoint Gets or sets the start point of the CAD2DPolyline instance.
Public property Vertexes Represents list of vertexes of the CAD2DPolyline instance.
Top
Name Description
Public method AddVertex Adds a new CAD2DPoint into points collection of the CAD2DPolyline instance.
Public method Clone Creates and returns a copy of the current CAD2DPolyline class instance.
Public method Dispose Releases all resources used by the CAD2DPolyline class instance.
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top