ClipperRectClip(Rect64, Path64) Method |
Clips an integer path to the specified rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 RectClip(
Rect64 rect,
Path64 path
)
Parameters
- rect Rect64
- The clipping rectangle.
- path Path64
- The path to clip.
Return Value
Paths64The clipped paths.
See Also