| RangeTContainsRange Method |
Determines if another range is inside the bounds of this range
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public bool ContainsRange(
Range<T> range
)
Parameters
- range
- Type: Flir.Atlas.ImageRangeT
The child range to test
Return Value
Type:
BooleanTrue if range is inside, else false
See Also