Struct
RadCircle

Represents a logical definition of a circle.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public struct RadCircle

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

RadCircle(RadPoint, double)

Initializes a new instance of the RadCircle struct.

Declaration

cs-api-definition
public RadCircle(RadPoint center, double radius)

Parameters

center

RadPoint

The center.

radius

double

The radius.

Fields

Center

The center of the circle.

Declaration

cs-api-definition
public RadPoint Center

Field Value

RadPoint

Radius

The radius of the circle.

Declaration

cs-api-definition
public double Radius

Field Value

double

Properties

Bounds

Gets the rectangle that encloses this circle.

Declaration

cs-api-definition
public RadRect Bounds { get; }

Property Value

RadRect