ClassLineSegment
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:
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
The end point of the line segment in the figure’s coordinate space.