RadEllipseGeometry
Class
Defines an ellipse geometry with a specified center point and radii. This class provides properties to set and retrieve the center and radius of the ellipse, and notifies when these properties change. Useful for drawing and manipulating ellipse shapes in graphics or UI scenarios.
Definition
Namespace:Telerik.Maui.Controls.Paths
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadEllipseGeometry : RadGeometry, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseRadGeometryRadEllipseGeometry
Implements:
Inherited Members
Constructors
Initializes a new instance of the ellipse geometry.
C#
public RadEllipseGeometry()
Initializes a new instance of the ellipse geometry.
C#
public RadEllipseGeometry(Point center, Size radius)
Specifies the center point of the ellipse geometry.
radiusSizeSpecifies the radius of the ellipse geometry.