| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetRenderMode |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetRenderMode()
Description
GetRenderMode() returns the actual used render mode for displaying the image data.
|
|
Parameters
<none>
Return values
IS_RENDER_FIT_TO_WINDOW |
The image is stretched or shrinked to fit into the display window. |
IS_RENDER_NORMAL |
The image is displayed with a 1:1 scale. If the display window is smaller than the image size then the image will be clipped. If the display window is larger than the image size then there will be blank borders. |
IS_RENDER_DOWNSCALE_1_2 |
The image is scaled to 50 % of its normal size. This mode is invalid in DirectDraw/Direct3D mode. |