Class
Accessible
Camera.Size.AOI.GetOriginal
Syntax
uEye.SizeAOI.GetOriginal(out int s32PosX, out int s32PosY, out int s32Width, out int s32Height)
uEye.SizeAOI.GetOriginal(out System.Drawing.Rectangle rect)
Description
Returns the AOI without binning, subsampling or scaling.
Parameter
s32PosX |
Returns the X position. |
s32PosY |
Returns the Y position. |
s32Width |
Returns the width. |
s32Height |
Returns the height. |