Click or drag to resize

PointDouble Structure

LightningChart .NET Help
Point, double format.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMPointDouble

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
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 methodToString Convert class description to string.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PointDouble, PointDouble) Identity of two points.
Public operatorStatic memberInequality(PointDouble, PointDouble) Difference of two points.
Top
Fields
 NameDescription
Public fieldX X value.
Public fieldY Y value.
Top
See Also