Click or drag to resize

PointD2DAnnotated Structure

Represents a point in 2D space, identified by an Int32 identifier.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryPointD2DAnnotated

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct PointD2DAnnotated

The PointD2DAnnotated type exposes the following members.

Constructors
 NameDescription
Public methodPointD2DAnnotated Initializes a new instance of the PointD2DAnnotated struct.
Top
Properties
 NameDescription
Public propertyIDGets the identifier of this point.
Public propertyPoint Gets the underlying 2D point.
Public propertyX 
Public propertyY 
Top
Methods
 NameDescription
Public methodDeconstruct Deconstructs is instance.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
 NameDescription
Public operatorStatic member(PointD2DAnnotated to PointD2D) Performs an implicit conversion from PointD2DAnnotated to PointD2D.
Top
See Also