Click or drag to resize

IntPoint Structure

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

Inheritance Hierarchy
SystemObject
  SystemValueType
    ClipperLibIntPoint

Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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
 NameDescription
Public methodEquals
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldX 
Public fieldY 
Top
See Also