LvcPoint
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a point.

Inheritance:
Object =>
ValueType =>
LvcPoint

Constructors

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

Properties

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

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 LvcPoint instances.
LvcPoint l, //
LvcPoint r//
)
// Compares two LvcPoint instances.
LvcPoint l, //
LvcPoint r//
)