LvcPointD
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a point with double precision.

Inheritance:
Object =>
ValueType =>
LvcPointD

Constructors

// Initializes a new instance of the LvcPointD struct.
Double x, // The x coordinate.
Double y// The y coordinate.
)
// Initializes a new instance of the LvcPointD struct.
LvcPoint point// The point coordinate.
)

Properties

X
Gets or sets the X coordinate.
Type: Double
Y
Gets or sets the Y coordinate.
Type: Double

Methods

// Determines whether the instance is equals to the given instance.
Object obj// The instance to compare to.
)
// Gets the object hash code.
// Compares two LvcPointD instances.
LvcPointD l, //
LvcPointD r//
)
// Compares two LvcPointD instances.
LvcPointD l, //
LvcPointD r//
)