Class
RectangleGeometry

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public sealed class RectangleGeometry : Geometry

Inheritance: objectGeometryRectangleGeometry

Constructors

RectangleGeometry()

Declaration

cs-api-definition
public RectangleGeometry()

RectangleGeometry(Rect)

Declaration

cs-api-definition
public RectangleGeometry(Rect rect)

Parameters

rect

Rect

Properties

Bounds

Declaration

cs-api-definition
public override Rect Bounds { get; }

Property Value

Rect

Overrides Geometry.Bounds

Rect

Declaration

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

Property Value

RectangleF