Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Paths🞂QBezierToleranceVariable

QBezierTolerance

Global pixel tolerance threshold for flattening quadratic (conic) Bezier curves into line segments.

Declaration ​

pascal
var QBezierTolerance: TFloat = DefaultBezierTolerance;

Description ​

QBezierTolerance controls the flatness error tolerance (in pixels) applied when subdividing quadratic (conic) Bezier curves (ConicTo) into line segments in TCustomPath.

It defaults to DefaultBezierTolerance (0.25). Lowering this value produces finer curve approximations during vector path tessellation.