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