New to Telerik Document ProcessingStart a free 30-day trial

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)
Parameters:pointPoint

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; }
Property Value:

The point.