Click or drag to resize

VectorGraphicOptimizerReplaceQuadraticCurvesByCubicCurves(VectorGraphicPath) Method

Loops through all commands of the given path and and replaces each quadratic curve by a cubic curve.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void ReplaceQuadraticCurvesByCubicCurves(
	VectorGraphicPath path
)

Parameters

path  VectorGraphicPath
The path to be worked on.
See Also