InterfaceIShape
Interface
Represents a shape abstraction.
Definition
Namespace:Telerik.Windows.Media.Imaging.Shapes
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public interface IShape
Properties
DisplayName
Gets the display name of a shape.
Methods
GetShapeGeometry()
Gets the shape geometry.
Declaration
cs-api-definition
Geometry GetShapeGeometry()
Returns
Geometry
The geometry of a shape.