VectorGraphicOptimizerReplaceDrillByCircle Method |
If the given path contains only a drill it is replaced
by a circle with the given radius.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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