Click or drag to resize

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.52
Syntax
public ClippingBoundary(
	IEnumerable<Vector2> vertexes
)

Parameters

vertexes
Type: System.Collections.GenericIEnumerableVector2
The list of vertexes of the polygonal boundary.
See Also