Struct RadCircle
Represents a circle defined by a center point and radius, providing geometric operations for charting applications.
Inherited Members
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 point of the circle. |
|
System.Double
radius
The radius of the circle. |
Fields
Center
Radius
The radius of the circle.
Declaration
public double Radius
Field Value
|
System.Double
|
Properties
Bounds
Gets the bounding rectangle that completely encloses this circle.
Declaration
public RadRect Bounds { get; }
Property Value
|
RadRect
A RadRect representing the smallest rectangle that contains the entire circle. |