Table of Contents

TTMSFNCGraphicsContext.PathLineTo Method

Adds a straight line segment from the current position to APoint in native path APath.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphicsContext

Syntax

procedure PathLineTo(APath: Pointer; APoint: TPointF); virtual; abstract;

Parameters

Name Description
APath Pointer to the native path object.
APoint End point of the line segment in floating-point pixels.