InternalClipperPath2ContainsPath1 Method |
Determines if one path is completely contained within another.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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