LvcRectangle
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a rectangle.

Inheritance:
Object =>
ValueType =>
LvcRectangle

Constructors

// Initializes a new instance of the LvcRectangle struct.
LvcPoint location, //
LvcSize size//
)

Properties

Gets or sets the location.
Type: LvcPoint
X
Gets the X location coordinate.
Type: Single
Y
Gets the Y location coordinate.
Type: Single
Gets or sets the size.
Type: LvcSize
Gets the width.
Type: Single
Gets the height.
Type: Single

Public static fields

Gets an empty rectangle instance.
Type: LvcRectangle

Methods

// Determines whether the instance is equals to the given instance.
Object obj// The instance to compare to.
)
// Gets the object hash code.
// Compares 2 LvcRectangle instances.
LvcRectangle left, //
LvcRectangle right//
)
// Compares 2 LvcRectangle instances.
LvcRectangle left, //
LvcRectangle right//
)