LineShape
Class
Represents a line.
Definition
Namespace:Telerik.Windows.Media.Imaging.Shapes
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class LineShape : IShape
Inheritance: objectLineShape
Implements:
Constructors
C#
public LineShape()
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: