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


Property IMVRotate90::Angle

Declaration: Property Get/Put Angle As Long

Specifies the currently used rotation angle as MV_ROTATE90_ANGLE.

typedef enum _MV_ROTATE90_ANGLE 
{
MV_ROTATE_0,
MV_ROTATE_90,
MV_ROTATE_180,
MV_ROTATE_270
}MV_ROTATE90_ANGLE;
Prototype:

HRESULT put_Angle(int Angle);
HRESULT get_Angle(int* Angle);