SVGPathOptimizationOptions Class

SVGPathOptimizationOptions class

SVGPathOptimizationOptions is a class for storing options for optimizing segments of SVG path elements.

public class SVGPathOptimizationOptions

Constructors

NameDescription
SVGPathOptimizationOptions()Initializes a new instance of the SVGPathOptimizationOptions class.

Properties

NameDescription
[getApplyTransforms]
[setApplyTransforms] Gets or sets the option to apply transformations to the Path segments. It is ‘false’ by default.
[getArcBuildingThreshold]
[setArcBuildingThreshold] Gets or sets the parameter value used as the threshold error for replacing Bezier segments with arc segments. It is ‘2.5’ by default.
[getArcBuildingTolerance]
[setArcBuildingTolerance] Gets or sets the parameter value used as the percentage of radius for replacing Bezier segments with arc segments. It is ‘0.5’ by default.
[getFloatPrecision]
[setFloatPrecision] Gets or sets the option to round a float-precision floating-point value to a specified number of fractional digits. It is ‘3’ by default.
[getRemoveSpaceAfterFlags]
[setRemoveSpaceAfterFlags] Gets or sets the option to remove extra space after ‘arcto’ command flags. It is ‘false’ by default.

See Also