ClassRectangleShape
Class
Represents a rectangle.
Definition
Namespace:Telerik.Windows.Media.Imaging.Shapes
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class RectangleShape : IShape
Inheritance: objectRectangleShape
Implements:
Constructors
RectangleShape()
Declaration
cs-api-definition
public RectangleShape()
Properties
DisplayName
Gets the display name of a shape.
Declaration
cs-api-definition
public string DisplayName { get; }
Property Value
The display name.
Implements
Methods
GetShapeGeometry()
Gets the rectangle shape geometry.
Declaration
cs-api-definition
public Geometry GetShapeGeometry()
Returns
Geometry
The geometry of a rectangle.
Implements