Click or drag to resize

InternalClipperPath2ContainsPath1 Method

Determines if one path is completely contained within another.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool Path2ContainsPath1(
	Path64 path1,
	Path64 path2
)

Parameters

path1  Path64
The outer path.
path2  Path64
The inner path.

Return Value

Boolean
if path1 contains path2; otherwise, .
See Also