Outline.ContainsOtherOutline
Description:
Determine if this Outline contains another Outline to within tolerance.
Determine if this Outline contains another Outline to within tolerance.
Remarks:
If the tolerance is positive, the other Outline may extend the tolerance distance outside of this Outline in each coordinate. If the tolerance is negative, the other Outline must lie at least the tolerance distance inside of this Outline in each coordinate to be a match.
If the tolerance is positive, the other Outline may extend the tolerance distance outside of this Outline in each coordinate. If the tolerance is negative, the other Outline must lie at least the tolerance distance inside of this Outline in each coordinate to be a match.
-
otherOutlineThe outline to test for containment.
-
toleranceThe tolerance to use when determining whether the point is contained. Defaults to zero.
Return Value
bool
True if this outline contains the given outline, or false otherwise.
-
A non-optional argument was NULL
-
A value passed for an enumeration argument is not a member of that enumeration