Outline.Intersects
Description:
Determine if this Outline intersects the input Outline to within a specified tolerance.
Determine if this Outline intersects the input Outline to within a specified tolerance.
Remarks:
If the tolerance is positive, the outlines may be separated by the tolerance distance in each coordinate. If the tolerance is negative, the outlines must overlap by at least the tolerance distance in each coordinate.
If the tolerance is positive, the outlines may be separated by the tolerance distance in each coordinate. If the tolerance is negative, the outlines must overlap by at least the tolerance distance in each coordinate.
public bool Intersects(
Outline outline,
double tolerance
)
-
outlineThe outline to test for intersection with this one.
-
DoubletoleranceThe tolerance to use when determining intersection. Defaults to zero.
Return Value
bool
True if the given outline intersects this outline.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration