SVGPathOptimizationOptions.ArcBuildingThreshold

SVGPathOptimizationOptions.ArcBuildingThreshold property

Gets or sets the parameter value used as the threshold error for replacing Bezier segments with arc segments. It is ‘2.5’ by default.

public float ArcBuildingThreshold { get; set; }

See Also