Class RadPolarCoordinates
Inheritance
System.Object
RadPolarCoordinates
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadPolarCoordinates : Object
Constructors
RadPolarCoordinates(Double, Double)
Declaration
public RadPolarCoordinates(double angle, double radius)
Parameters
System.Double
angle
|
System.Double
radius
|
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
System.Double
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Radius
Declaration
public double Radius { 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
|