DoublePoint Constructor (Double, Double) |
Namespace:
ClipperLib
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DoublePoint(
double x = 0,
double y = 0
)
Public Sub New (
Optional x As Double = 0,
Optional y As Double = 0
)
public:
DoublePoint(
double x = 0,
double y = 0
)
new :
?x : float *
?y : float
(* Defaults:
let _x = defaultArg x 0
let _y = defaultArg y 0
*)
-> DoublePoint
Parameters
- x (Optional)
- Type: SystemDouble
[Missing <param name="x"/> documentation for "M:ClipperLib.DoublePoint.#ctor(System.Double,System.Double)"]
- y (Optional)
- Type: SystemDouble
[Missing <param name="y"/> documentation for "M:ClipperLib.DoublePoint.#ctor(System.Double,System.Double)"]
See Also