ClipperRectClipLines(RectD, PathsD, Int32) Method |
Clips floating-point polyline paths to the specified rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD RectClipLines(
RectD rect,
PathsD paths,
int precision = 2
)
Parameters
- rect RectD
- The clipping rectangle.
- paths PathsD
- The polyline paths to clip.
- precision Int32 (Optional)
- The decimal precision used for conversion during clipping.
Return Value
PathsDThe clipped paths.
See Also