Click or drag to resize
RangeTIsInsideRange Method
Determines if this Range is inside the bounds of another range

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool IsInsideRange(
	Range<T> range
)

Parameters

range
Type: Flir.Atlas.ImageRangeT
The parent range to test on

Return Value

Type: Boolean
True if range is inclusive, else false
See Also