DoublePoint Constructor (IntPoint) |
Namespace:
ClipperLib
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DoublePoint(
IntPoint ip
)
Public Sub New (
ip As IntPoint
)
public:
DoublePoint(
IntPoint ip
)
new :
ip : IntPoint -> DoublePoint
Parameters
- ip
- Type: ClipperLibIntPoint
[Missing <param name="ip"/> documentation for "M:ClipperLib.DoublePoint.#ctor(ClipperLib.IntPoint)"]
See Also