Class
FreeformShape

Represents a free form selection.

Definition

Namespace:Telerik.Windows.Media.Imaging.Shapes

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class FreeformShape : IShape

Inheritance: objectFreeformShape

Implements: IShape

Constructors

FreeformShape()

Declaration

cs-api-definition
public FreeformShape()

Properties

DisplayName

Gets the display name of a shape.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

The display name.

Implements IShape.DisplayName

Methods

GetShapeGeometry()

Gets the line shape geometry.

Declaration

cs-api-definition
public Geometry GetShapeGeometry()

Returns

Geometry

The geometry of a line.

Implements IShape.GetShapeGeometry()