Class RectangleShape
Represents a rectangle.
Inheritance
System.Object
RectangleShape
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.Media.Imaging.Shapes
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class RectangleShape : IShape
Constructors
RectangleShape()
Declaration
public RectangleShape()
Properties
DisplayName
Gets the display name of a shape.
Declaration
public string DisplayName { get; }
Property Value
System.String
The display name. |
Implements
Methods
GetShapeGeometry()
Gets the rectangle shape geometry.
Declaration
public Geometry GetShapeGeometry()
Returns
System.Windows.Media.Geometry
The geometry of a rectangle. |