ClippingBoundary Constructor (IEnumerableVector2)
|
Initializes a new instance of the ClippingBoundary class as a polygonal clipping boundary.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ClippingBoundary(
IEnumerable<Vector2> vertexes
)
Public Sub New (
vertexes As IEnumerable(Of Vector2)
)
public:
ClippingBoundary(
IEnumerable<Vector2>^ vertexes
)
new :
vertexes : IEnumerable<Vector2> -> ClippingBoundary
CONSTRUCTOR(
vertexes AS IEnumerable<Vector2>
)
Parameters
- vertexes
- Type: System.Collections.GenericIEnumerableVector2
The list of vertexes of the polygonal boundary.
See Also