Class RadPolarVector
Inheritance
System.Object
RadPolarVector
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadPolarVector : Object
Constructors
RadPolarVector()
Declaration
public RadPolarVector()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
CenterX
Declaration
public double CenterX { get; set; }
Property Value
System.Double
|
CenterY
Declaration
public double CenterY { get; set; }
Property Value
System.Double
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
PointX
Declaration
public double PointX { get; set; }
Property Value
System.Double
|
PointY
Declaration
public double PointY { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|