Click or drag to resize

ClipperRectClipLines(RectD, PathD, Int32) Method

Clips a floating-point polyline path to the specified rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD RectClipLines(
	RectD rect,
	PathD path,
	int precision = 2
)

Parameters

rect  RectD
The clipping rectangle.
path  PathD
The polyline path to clip.
precision  Int32  (Optional)
The decimal precision used for conversion during clipping.

Return Value

PathsD
The clipped paths.
See Also