Struct RadCircle
Represents a logical definition of a circle.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public struct RadCircle
Constructors
RadCircle(RadPoint, Double)
Initializes a new instance of the RadCircle struct.
Declaration
public RadCircle(RadPoint center, double radius)
Parameters
RadPoint
center
The center. |
System.Double
radius
The radius. |
Fields
Center
Radius
The radius of the circle.
Declaration
public double Radius
Field Value
System.Double
|
Properties
Bounds
Gets the rectangle that encloses this circle.
Declaration
public RadRect Bounds { get; }
Property Value
RadRect
|