Class
Accessible
Camera.Size.AOI.GetPosRange
Syntax
uEye.SizeAOI.GetPosRange(out uEye.Types.Range<int> rangePosX, out uEye.Types.Range<int> rangePosY)
uEye.SizeAOI.GetPosRange(out int s32MinPosX, out int s32MinPosY, out int s32MaxPosX, out int s32MaxPosY, out int s32IncPosX, out int s32IncPosY)
Description
Returns the range of possible positions. If the maximum X or Y position returns "0", the AOI cannot be moved. To move the AOI, you must reduce the size of the AOI first.
Parameter
rangePosX |
Minimum: Returns the minimum X position. |
Maximum: Returns the maximum X position. |
|
Increment: Returns the increment for X. |
|
rangePosY |
Minimum: Returns the minimum Y position. |
Maximum: Returns the maximum Y position. |
|
Increment: Returns the increment for Y. |
|
s32MinPosX |
Returns the minimum X position. |
s32MinPosY |
Returns the minimum Y position. |
s32MaxPosX |
Returns the maximum X position. |
s32MaxPosY |
Returns the maximum Y position. |
s32IncPosX |
Returns the increment for X. |
s32IncPosY |
Returns the increment for Y. |