VectorGraphicOptimizerCloseGaps Method |
Closes gaps between open paths if the gaps are not larger than
LocationDistance.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void CloseGaps(
VectorGraphicLayer layer,
double locationDistance = 500
)
Parameters
- layer VectorGraphicLayer
- The path to be worked on.
- locationDistance Double (Optional)
- The locations of two points are considered as equal if their distance is less than this value, measured in micrometers.
See Also