TTMSFNCGraphicsPath.Flatten Method
Approximates all curves in the path with line segments.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsPath
Syntax
procedure Flatten(const Flatness: Single = 0.25);
Parameters
| Name | Description |
|---|---|
Flatness |
Curve approximation tolerance; smaller values produce smoother curves. Default is 0.25. |