Click or drag to resize

Vector2 Constructor (Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of Vector2.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Vector2(
	double[] array
)
Request Example View Source

Parameters

array
Type: SystemDouble
Array of two elements that represents the vector.
See Also