Click or drag to resize

Point64 Structure

[Missing <summary> documentation for "T:Clipper2Lib.Point64"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Clipper2LibPoint64

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public struct Point64

The Point64 type exposes the following members.

Constructors
 NameDescription
Public methodPoint64(Point64)Initializes a new instance of the Point64 class
Public methodPoint64(PointD)Initializes a new instance of the Point64 class
Public methodPoint64(Double, Double)Initializes a new instance of the Point64 class
Public methodPoint64(Int64, Int64)Initializes a new instance of the Point64 class
Public methodPoint64(Point64, Double)Initializes a new instance of the Point64 class
Public methodPoint64(PointD, Double)Initializes a new instance of the Point64 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