Click or drag to resize

Point Constructor

Constructor with parameter (x- and y-value)

Namespace:  SIC.Draw
Assembly:  SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public Point(
	double pX,
	double pY
)

Parameters

pX
Type: SystemDouble
X axis value
pY
Type: SystemDouble
Y axis value
See Also