IMVAlignment
The IMVAlignment Interface provides methods to configure the MV Alignment filter.
| Angle | The rotation angle. |
| BGColour | Background fill colour. |
| Interpolation | The interpolation method. |
| xPosition | The horizontal displacement value. |
| yPosition | The vertical displacement value. |
Header file: IMVAlignment.h
Interface definition language file: IMVAlignment.idl
Typelib: MVAlignment
Interface ID: IID_IMVAlignment
Declaration: Property Get/Put Angle As DoubleThe rotation angle.
Prototype:HRESULT put_Angle(DOUBLE Angle);
HRESULT get_Angle(DOUBLE* Angle);
Property IMVAlignment::BGColour
Declaration: Property Get/Put BGColour As Long Prototype:HRESULT put_BGColour(LONG Color);
HRESULT get_BGColour(LONG* Color);
Property IMVAlignment::Interpolation
Declaration: Property Get/Put Interpolation As LongThe interpolation method as MV_INTERPOLATION_MODE.
Prototype:HRESULT put_Interpolation(LONG Mode);
HRESULT get_Interpolation(LONG* Mode);
Property IMVAlignment::xPosition
Declaration: Property Get/Put xPosition As LongThe horizontal displacement value.
Prototype:HRESULT put_xPosition(LONG Pos);
HRESULT get_xPosition(LONG* Pos);
Property IMVAlignment::yPosition
Declaration: Property Get/Put yPosition As LongThe vertical displacement value.
Prototype:HRESULT put_yPosition(LONG Pos);
HRESULT get_yPosition(LONG* Pos);
Background fill colour.