Click or drag to resize

Point Constructor (Double, Double, Double)

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(
	double x,
	double y,
	double z
)
Request Example View Source

Parameters

x
Type: SystemDouble
X coordinate.
y
Type: SystemDouble
Y coordinate.
z
Type: SystemDouble
Z coordinate.
See Also