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