Class RadSize
Inheritance
System.Object
RadSize
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class RadSize : ValueType
Constructors
RadSize(Double, Double)
Declaration
public RadSize(double width, double height)
Parameters
|
System.Double
width
|
|
System.Double
height
|
Fields
Empty
Height
Declaration
public double Height
Field Value
|
System.Double
|
Invalid
Width
Declaration
public double Width
Field Value
|
System.Double
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Operators
Equality(RadSize, RadSize)
Declaration
public static bool operator ==(RadSize size1, RadSize size2)
Parameters
|
RadSize
size1
|
|
RadSize
size2
|
Returns
|
System.Boolean
|
Explicit(Size to RadSize)
Declaration
public static explicit operator RadSize(Size s)
Parameters
|
Windows.Foundation.Size
s
|
Returns
|
RadSize
|
Implicit(RadSize to Size)
Declaration
public static implicit operator Size(RadSize rs)
Parameters
|
RadSize
rs
|
Returns
|
Windows.Foundation.Size
|
Inequality(RadSize, RadSize)
Declaration
public static bool operator !=(RadSize size1, RadSize size2)
Parameters
|
RadSize
size1
|
|
RadSize
size2
|
Returns
|
System.Boolean
|