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