IMVImageFileSource2
IMVImageFileSource2 Interface.
The IMVImageFileSource2 interface contains methods and properties to configure the ....
Methods:
| GetBitmapVB | Get the current bitmap. |
| PutBitmapVB | Set new bitmap. |
Header file:
IMVImageFileSource2.h
Interface definition language file: IMVImageFileSource2.idl
Typelib: MVImageFileSource2
Interface ID: IID_IMVImageFileSource2
Method IMVImageFileSource2::GetBitmapVB
Declaration: Sub GetBitmapVB(byData() As Byte, pWidth As Long, pHeight As Long, pBitsPerPixel As Long)Get the current bitmap.
Parameter:
C Prototype:
byData - pWidth - pHeight - pBitsPerPixel - HRESULT GetBitmapVB(BYTE() byData, LONG pWidth, LONG pHeight, LONG pBitsPerPixel);
Method IMVImageFileSource2::PutBitmapVB
Declaration: Sub PutBitmapVB(byData() As Byte, Width As Long, Height As Long, BitsPerPixel As Long)Set new bitmap.
Parameter:
C Prototype:
byData - Width - Height - BitsPerPixel - HRESULT PutBitmapVB(BYTE() byData, LONG Width, LONG Height, LONG BitsPerPixel);