Click or drag to resize

ClipperRectClipLines(Rect64, Paths64) Method

Clips integer polyline paths to the specified rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 RectClipLines(
	Rect64 rect,
	Paths64 paths
)

Parameters

rect  Rect64
The clipping rectangle.
paths  Paths64
The polyline paths to clip.

Return Value

Paths64
The clipped paths.
See Also