LvcSize
Struct

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a size.

Inheritance:
Object =>
ValueType =>
LvcSize

Constructors

// Defines a size.
Single width, // The width.
Single height// The height.
)

Properties

Gets or sets the width.
Type: Single
Gets or sets the height.
Type: Single

Methods

// Gets a new size that considers the given rotation [degrees].
Single degrees// The rotation in degrees..
)
// 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//
)