Represents a hatch border as a polyline.
Top
Top
Top
The following tables list the members exposed by the CAD2DPolyline type.
Name | Description | |
---|---|---|
CAD2DPolyline | Initializes a new instance of the CAD2DPolyline class. |
Name | Description | |
---|---|---|
Bulges | Represents list of bulges of the CAD2DPolyline instance. | |
Closed | Gets or sets true if CAD2DPolyline curve is closed, else gets or sets false. | |
EndPoint | Gets or sets the end point of the CAD2DPolyline instance. | |
Points | Represents list of points of the CAD2DPolyline instance. | |
StartPoint | Gets or sets the start point of the CAD2DPolyline instance. | |
Vertexes | Represents list of vertexes of the CAD2DPolyline instance. |
Name | Description | |
---|---|---|
AddVertex | Adds a new CAD2DPoint into points collection of the CAD2DPolyline instance. | |
Clone | Creates and returns a copy of the current CAD2DPolyline class instance. | |
Dispose | Releases all resources used by the CAD2DPolyline class instance. | |
Equals | (Overloaded) (inherited from Object). | |
GetHashCode | (inherited from Object). | |
GetType | (inherited from Object). | |
ReferenceEquals | (inherited from Object). | |
ToString | (inherited from Object). |