VectorGraphicOptimizerReplacePolylineSectionsByArcs(VectorGraphicPath, Double) Method | 
             Loops through all commands of the given path and converts all
             fitting polyline sections into arcs.
             
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.31.0
Syntaxpublic void ReplacePolylineSectionsByArcs(
	VectorGraphicPath path,
	double collinearityDistance = 100
)
Parameters
- path  VectorGraphicPath
 - The path to be worked on.
 - collinearityDistance  Double  (Optional)
 - 
             A point is considered to be laying on the line defined by two other points if its perpendicular distance from the line is less than this value, measured in micrometers.
             See  for details.
            
 
See Also