Class RadLine
Inheritance
System.Object
RadLine
Namespace: Com.Telerik.Android.Common.Math
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class RadLine : Object
Constructors
RadLine(RadPoint, RadPoint)
Declaration
public RadLine(RadPoint point1, RadPoint point2)
Parameters
RadPoint
point1
|
RadPoint
point2
|
RadLine(Single, Single, Single, Single)
Declaration
public RadLine(float x1, float x2, float y1, float y2)
Parameters
System.Single
x1
|
System.Single
x2
|
System.Single
y1
|
System.Single
y2
|
Properties
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
|
X1
Declaration
public double X1 { get; set; }
Property Value
System.Double
|
X2
Declaration
public double X2 { get; set; }
Property Value
System.Double
|
Y1
Declaration
public double Y1 { get; set; }
Property Value
System.Double
|
Y2
Declaration
public double Y2 { get; set; }
Property Value
System.Double
|