| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetRopEffect |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetRopEffect (LONG nEffect, LONG nParam)
Description
SetRopEffect() sets the raster operation mode used to process the image data prior displaying the image.
Two modes of operation are available:
•No operation
There is no image processing.
•Mirror up/down:
The image is mirrored at the horizontal axis (vertical image flip).
|
|
Parameters
nEffect |
|
IS_SET_ROP_MIRROR_UPDOWN |
nParam = 0: no image flip |
IS_SET_ROP_MIRROR_LEFTRIGHT |
nParam = 0: no image flip |
nParam |
ROP effect dependent parameter. See above. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties