Click or drag to resize

PointDouble 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 PointDouble

The PointDouble type exposes the following members.

Constructors
  NameDescription
Public methodPointDouble(PointDoubleXY)
Construct the point by using PointDoubleXY as source info.
Public methodPointDouble(Double, Double)
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Object equals to PointDouble.
(Overrides ValueTypeEquals(Object).)
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
Operators
  NameDescription
Public operatorStatic memberEquality
Identity of two points.
Public operatorStatic memberInequality
Difference of two points.
Top
Fields
  NameDescription
Public fieldX
X value.
Public fieldY
Y value.
Top
See Also