Interface
IShape

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.

Declaration

cs-api-definition
string DisplayName { get; }

Property Value

string

The display name.

Methods

GetShapeGeometry()

Gets the shape geometry.

Declaration

cs-api-definition
Geometry GetShapeGeometry()

Returns

Geometry

The geometry of a shape.