ClippingBoundaryVertexes Property
|
Gets the list of vertexes of the polygonal boundary, or the opposite vertexes if the boundary is rectangular.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<Vector2> Vertexes { get; }
Public ReadOnly Property Vertexes As List(Of Vector2)
Get
public:
property List<Vector2>^ Vertexes {
List<Vector2>^ get ();
}
member Vertexes : List<Vector2> with get
PROPERTY Vertexes AS List<Vector2> GET
Property Value
Type:
ListVector2See Also