Check if the specified range overlaps with the range.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public bool IsOverlapping(
	IntRange range
)

Parameters

range
Type: AForge..::.IntRange
Range to check for overlapping.

Return Value

True if the specified range overlaps with the range or false otherwise.

See Also