Click or drag to resize

PointD Structure

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

Inheritance Hierarchy
SystemObject
  SystemValueType
    Clipper2LibPointD

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

The PointD type exposes the following members.

Constructors
 NameDescription
Public methodPointD(Point64)Initializes a new instance of the PointD class
Public methodPointD(PointD)Initializes a new instance of the PointD class
Public methodPointD(Double, Double)Initializes a new instance of the PointD class
Public methodPointD(Int64, Int64)Initializes a new instance of the PointD class
Public methodPointD(Point64, Double)Initializes a new instance of the PointD class
Public methodPointD(PointD, Double)Initializes a new instance of the PointD 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 methodNegate 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodToString(Int32) 
Top
Operators
Fields
 NameDescription
Public fieldx 
Public fieldy 
Top
See Also