Table of Contents

TTMSFNCGraphicsPath.AddLine Method

Adds a straight line segment from StartPoint to EndPoint.

API unit family: TMSFNCGraphicsTypes Declaring type: TTMSFNCGraphicsPath

Syntax

procedure AddLine(const StartPoint, EndPoint: TPointF);

Parameters

Name Description
StartPoint Start point of the line segment.
EndPoint End point of the line segment.