Class RadSize
Represents a structure that defines a size in the two-dimensional space.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class RadSize : ValueType
Constructors
RadSize(Double, Double)
Initializes a new instance of the Rad
Declaration
public RadSize(double width, double height)
Parameters
System. The width. |
System. The height. |
Fields
Empty
A Rad
Declaration
public static readonly RadSize Empty
Field Value
Height
The length along the vertical axis.
Declaration
public double Height
Field Value
System.
|
Invalid
A Rad
Declaration
public static readonly RadSize Invalid
Field Value
Width
The length along the horizontal axis.
Declaration
public double Width
Field Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Operators
Equality(RadSize, RadSize)
Determines whether two Rad
Declaration
public static bool operator ==(RadSize size1, RadSize size2)
Parameters
Returns
System.
|
Inequality(RadSize, RadSize)
Determines whether two Rad
Declaration
public static bool operator !=(RadSize size1, RadSize size2)
Parameters
Returns
System.
|