Class RadCircle
Inheritance
System.Object
RadCircle
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadCircle : Object
Constructors
RadCircle()
Declaration
public RadCircle()
RadCircle(RadPoint, Double)
Declaration
public RadCircle(RadPoint center, double radius)
Parameters
RadPoint
center
|
System.Double
radius
|
RadCircle(Double, Double, Double)
Declaration
public RadCircle(double centerX, double centerY, double radius)
Parameters
System.Double
centerX
|
System.Double
centerY
|
System.Double
radius
|
Properties
Bounds
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
|
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
|