Click or drag to resize

PointDouble2D Structure

LightningChart .NET Help
Point, double format.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct PointDouble2D

The PointDouble2D type exposes the following members.

Constructors
  NameDescription
Public methodPointDouble2D(Double, Double)
Constructor.
Public methodPointDouble2D(Double, Double, Object)
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
Public fieldX
X value.
Public fieldY
Y value.
Top
Extension Methods
  NameDescription
Public Extension MethodDistanceSquareTo(PointDouble2D)Overloaded.
Square distance between two points
(Defined by ExtensionsClass.)
Public Extension MethodDistanceSquareTo(PointDouble2D)Overloaded.
Square distance between two points
(Defined by ExtensionsClass.)
Top
See Also