Class
RadRectangleGeometry

Represents a rectangle geometry.

Definition

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.

Properties

Radius

Gets or sets the corner radius of the rectangle geometry.

Declaration

cs-api-definition
public Size Radius { get; set; }

Property Value

Size

Rect

Gets or sets the bounding rectangle of the rectangle geometry.

Declaration

cs-api-definition
public Rect Rect { get; set; }

Property Value

Rect