LineSegment
Class
Draws a straight line from the current path point to the specified end point.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class LineSegment : PathSegment
Inheritance: objectPathSegmentLineSegment
Constructors
Initializes a line segment with the specified end point.
C#
public LineSegment(Point point)
The end point of the line segment in the figure’s coordinate space.
Properties
Point
Point
End point of the line segment in the figure’s coordinate space.
C#
public Point Point { get; set; }
The point.