Click or drag to resize

IntPoint Structure

[Missing <summary> documentation for "T:ClipperLib.IntPoint"]

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct IntPoint

The IntPoint type exposes the following members.

Constructors
  NameDescription
Public methodIntPoint(IntPoint)
Initializes a new instance of the IntPoint class
Public methodIntPoint(Double, Double)
Initializes a new instance of the IntPoint class
Public methodIntPoint(Int64, Int64)
Initializes a new instance of the IntPoint class
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldX
Public fieldY
Top
See Also