Click or drag to resize

Point Constructor (Vector2)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Point class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Point(
	Vector2 position
)
Request Example View Source

Parameters

position
Type: netDxfVector2
Point position.
See Also