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