Click or drag to resize

mcCaptResInfoIndex Enumeration

Resolution information data indices. These are the indices into the resolution information 2 dimensional array that contain the data for one resolution selection.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcCaptResInfoIndex
Members
  Member nameValueDescription
mcResInfo_SelIndex0Resolution selection index
mcResInfo_Width1Resolution image width
mcResInfo_Height2Resolution image height
mcResInfo_ScaleX3Resolution scale factor for X
mcResInfo_ScaleY4Resolution scale factor for Y
mcResInfo_Centerview5Resolution centered view
mcResInfo_ViewportLeft6Resolution view port left coordinate
mcResInfo_ViewportTop7Resolution view port top coordinate
mcResInfo_ViewportRight8Resolution view port right coordinate
mcResInfo_ViewportBottom9Resolution view port bottom coordinate
See Also