Class RectangleGeometry
Represents rectangle geometry.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RectangleGeometry : GeometryBase
Constructors
RectangleGeometry()
RectangleGeometry(Rect)
Initializes a new instance of the RectangleGeometry class.
Declaration
public RectangleGeometry(Rect rect)
Parameters
System.Windows.Rect
rect
The rect. |
Properties
Rect
Gets or sets the rect.
Declaration
public Rect Rect { get; set; }
Property Value
System.Windows.Rect
The rect. |
Methods
GetBounds()
Gets the geometry bounds.
Declaration
protected override Rect GetBounds()
Returns
System.Windows.Rect
|