Click or drag to resize

Vector2 Constructor (Double, Double)

Initializes a new instance of Vector2.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector2(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X component.
y
Type: SystemDouble
Y component.
See Also