IntPoint Constructor (Int64, Int64) |
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(
long X,
long Y
)
Public Sub New (
X As Long,
Y As Long
)
public:
IntPoint(
long long X,
long long Y
)
new :
X : int64 *
Y : int64 -> IntPoint
Parameters
- X
- Type: SystemInt64
[Missing <param name="X"/> documentation for "M:ClipperLib.IntPoint.#ctor(System.Int64,System.Int64)"]
- Y
- Type: SystemInt64
[Missing <param name="Y"/> documentation for "M:ClipperLib.IntPoint.#ctor(System.Int64,System.Int64)"]
See Also