RadRectangleGeometry
Class
Represents a rectangle geometry.
Definition
Namespace:Telerik.Maui.Controls.Paths
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadRectangleGeometry : RadGeometry, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseRadGeometryRadRectangleGeometry
Implements:
Inherited Members
Constructors
Initializes a new instance of the rectangle geometry.
C#
public RadRectangleGeometry()
Initializes a new instance of the rectangle geometry.
C#
public RadRectangleGeometry(Rect rect, Size radius)
Specifies the bounding rectangle of the rectangle geometry.
radiusSizeSpecifies the corner radius of the rectangle geometry.