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