|
IMVResizedRotation
The IMVResizedRotation Interface contains methods
to configure the MV
Resized Rotation filter.
Header file: IMVResizedRotation.h
Interface definition language file: IMVResizedRotation.idl
Typelib: MVResizedRotation
Interface ID: IID_IMVResizedRotation
Property
IMVResizedRotation::Interpolation
Declaration: Property Get/Put Interpolation As Long
Specifies the interpolation mode as MV_INTERPOLATION_MODE
.
Prototype:
HRESULT put_Interpolation(LONG
Mode);
HRESULT get_Interpolation(LONG* Mode);
Property
IMVResizedRotation::RotationAngle
Declaration: Property Get/Put RotationAngle As Double
Specifies the rotation angle.
Prototype:
HRESULT put_RotationAngle(DOUBLE
Angle);
HRESULT get_RotationAngle(DOUBLE* Angle);
|