LineSegment.LineSegment

LineSegment constructor

Initializes a new instance of the LineSegment class.

public LineSegment(PointF startPoint, PointF endPoint)
ParameterTypeDescription
startPointPointFThe start point.
endPointPointFThe end point.

See Also