Click or drag to resize

ClippingBoundary Constructor (IEnumerableVector2)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the ClippingBoundary class as a polygonal clipping boundary.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ClippingBoundary(
	IEnumerable<Vector2> vertexes
)
Request Example View Source

Parameters

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