PointD(Double, Double) Constructor |
Initializes a new instance of the
PointD class
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PointD(
double x,
double y
)
Parameters
- x Double
[Missing <param name="x"/> documentation for "M:Clipper2Lib.PointD.#ctor(System.Double,System.Double)"]
- y Double
[Missing <param name="y"/> documentation for "M:Clipper2Lib.PointD.#ctor(System.Double,System.Double)"]
See Also