Class RadCircle
Represents a logical definition of a circle.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class RadCircle : ValueType
Constructors
RadCircle(RadPoint, Double)
Initializes a new instance of the Rad
Declaration
public RadCircle(RadPoint center, double radius)
Parameters
Rad The center. |
System. The radius. |
Fields
Center
Radius
The radius of the circle.
Declaration
public double Radius
Field Value
System.
|
Properties
Bounds
Gets the rectangle that encloses this circle.
Declaration
public RadRect Bounds { get; }
Property Value
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. True if the specified System. |
Equals(RadCircle)
Declaration
public bool Equals(RadCircle obj)
Parameters
Rad The object to compare with the current object. |
Returns
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Operators
Equality(RadCircle, RadCircle)
Implements the operator ==.
Declaration
public static bool operator ==(RadCircle circle1, RadCircle circle2)
Parameters
Returns
System.
|
Inequality(RadCircle, RadCircle)
Implements the operator !=.
Declaration
public static bool operator !=(RadCircle circle1, RadCircle circle2)
Parameters
Returns
System.
|