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
SyntaxPublic Enumeration mcCaptResInfoIndex
Members
| Member name | Value | Description |
---|
| mcResInfo_SelIndex | 0 | Resolution selection index |
| mcResInfo_Width | 1 | Resolution image width |
| mcResInfo_Height | 2 | Resolution image height |
| mcResInfo_ScaleX | 3 | Resolution scale factor for X |
| mcResInfo_ScaleY | 4 | Resolution scale factor for Y |
| mcResInfo_Centerview | 5 | Resolution centered view |
| mcResInfo_ViewportLeft | 6 | Resolution view port left coordinate |
| mcResInfo_ViewportTop | 7 | Resolution view port top coordinate |
| mcResInfo_ViewportRight | 8 | Resolution view port right coordinate |
| mcResInfo_ViewportBottom | 9 | Resolution view port bottom coordinate |
See Also