PointD(Double, Double) Constructor |
Initializes a new instance of the
PointD struct.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD(
double x,
double y
)
Parameters
- x Double
- The X coordinate.
- y Double
- The Y coordinate.
See Also