Table of Contents

TTMSFNCGraphicsPDF.DrawPDFPath Method

Renders a graphics path to the PDF output using the specified flatness tolerance.

API unit family: TMSFNCGraphicsPDFEngine Declaring type: TTMSFNCGraphicsPDF Inherited from: TTMSFNCGraphicsPDFEngine

Syntax

procedure DrawPDFPath(APath: TTMSFNCGraphicsPath; const Flatness: Single = 0.25);

Parameters

Name Description
APath The path to draw.
Flatness Maximum deviation in points when flattening curves. Defaults to 0.25.