TTMSFNCGraphicsPDFEngine.DrawPDFPath Method
Renders a graphics path to the PDF output using the specified flatness tolerance.
API unit family: TMSFNCGraphicsPDFEngine
Declaring type: 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. |