StructRadSize
Struct
Represents a structure that defines a size in the two-dimensional space.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public struct RadSize
Inherited Members
Constructors
RadSize(double, double)
Initializes a new instance of the RadSize struct.
Fields
Height
The length along the vertical axis.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(RadSize, RadSize)
Determines whether two RadSize structures are not equal.
operator ==(RadSize, RadSize)
Determines whether two RadSize structures are equal.