|
IMVSetImageFormat
IMVSetImageFormat Interface.
The IMVSetImageFormat interface contains methods and properties
to configure the ....
Methods:
Header file:
IMVSetImageFormat.h
Interface definition language file: IMVSetImageFormat.idl
Typelib: MVSetImageFormat
Interface ID: IID_IMVSetImageFormat
Method
IMVSetImageFormat::SetImageFormat
Declaration: Sub
SetImageFormat(Width As Long, Height As Long, depth As Long)
Set image format.
Parameter:
C Prototype:
HRESULT SetImageFormat(LONG Width, LONG
Height, LONG depth);
|