LvcSize
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a size.

Inheritance:
Object =>
ValueType =>
LvcSize

Constructors

// Initializes a new instance of the LvcSize struct.
Single width, // The width.
Single height// The height.
)

Properties

Gets or sets the width.
Type: Single
Gets or sets the height.
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 LvcSize instances.
LvcSize left, //
LvcSize right//
)
// Compares two LvcSize instances.
LvcSize left, //
LvcSize right//
)