Click or drag to resize

Point2 Constructor

Initializes a new instance of the Point2 struct. constructor.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point2(
	double x = 0,
	double y = 0
)

Parameters

x (Optional)
Type: SystemDouble
x-coordinate.
y (Optional)
Type: SystemDouble
y-coordinate.
See Also