| Home > Function descriptions > | History back Previous chapter Next chapter Print |
DRGetMaxOverlaySize |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG DRGetMaxOverlaySize (LONG* pnWidth, LONG* pnHeight)
Description
DRGetMaxOverlaySize() returns the width x and height y of the maximum Direct3D overlay area supported by the graphics card.
Parameters
pnWidth |
Pointer to variable returning the overlay area width. |
pnHeight |
Pointer to variable returning the overlay area height. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions