IMVRotate90
The IMVRotate90 Interface contains methods to configure the MV Rotate 90 filter.
| Angle | Specifies the currently used rotation angle. |
Header file: IMVRotate90.h
Interface definition language file: IMVRotate90.idl
Typelib: MVRotate90
Interface ID: IID_IMVRotate90
Declaration: Property Get/Put Angle As LongSpecifies the currently used rotation angle as MV_ROTATE90_ANGLE.
typedef enum _MV_ROTATE90_ANGLEPrototype:
{
MV_ROTATE_0,
MV_ROTATE_90,
MV_ROTATE_180,
MV_ROTATE_270
}MV_ROTATE90_ANGLE;HRESULT put_Angle(int Angle);
HRESULT get_Angle(int* Angle);