Interface IShape
Represents a shape abstraction.
Namespace: Telerik.Windows.Media.Imaging.Shapes
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public interface IShape
Properties
DisplayName
Gets the display name of a shape.
Declaration
string DisplayName { get; }
Property Value
System.String
The display name. |
Methods
GetShapeGeometry()
Gets the shape geometry.
Declaration
Geometry GetShapeGeometry()
Returns
System.Windows.Media.Geometry
The geometry of a shape. |