Click or drag to resize

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.52
Syntax
public List<Vector2> Vertexes { get; }

Property Value

Type: ListVector2
See Also