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