Class RadPoint
Inheritance
System.Object
RadPoint
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadPoint : Object
Constructors
RadPoint()
Declaration
public RadPoint()
RadPoint(Double, Double)
Declaration
public RadPoint(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
RadPoint(Int32, Int32)
Declaration
public RadPoint(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
Properties
Empty
InfinityPoint
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
|
Methods
GetX()
Declaration
public double GetX()
Returns
System.Double
|
GetY()
Declaration
public double GetY()
Returns
System.Double
|