Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.SizeAOI

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.