Class RadSize
Inheritance
System.Object
RadSize
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadSize : Object
Constructors
RadSize()
Declaration
public RadSize()
RadSize(Double, Double)
Declaration
public RadSize(double width, double height)
Parameters
System.Double
width
|
System.Double
height
|
Properties
Empty
Height
Declaration
public double Height { get; }
Property Value
System.Double
|
InfinitySize
Invalid
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Width
Declaration
public double Width { get; }
Property Value
System.Double
|
Methods
HalfHeight()
Declaration
public double HalfHeight()
Returns
System.Double
|
HalfWidth()
Declaration
public double HalfWidth()
Returns
System.Double
|