Click or drag to resize

VectorGraphicOptimizerReplaceDrillByCircle Method

If the given path contains only a drill it is replaced by a circle with the given radius.

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

Parameters

path  VectorGraphicPath
The path to be worked on.
radius  Double
The radius the created circle will have.
See Also