Class
LineSegment

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:

cs-api-definition
public class LineSegment : PathSegment

Inheritance: objectPathSegmentLineSegment

Constructors

LineSegment(Point)

Initializes a line segment with the specified end point.

Declaration

cs-api-definition
public LineSegment(Point point)

Parameters

point

Point

The end point of the line segment in the figure’s coordinate space.

Properties

Point

End point of the line segment in the figure’s coordinate space.

Declaration

cs-api-definition
public Point Point { get; set; }

Property Value

Point

The point.