IMVSetImageFormat

IMVSetImageFormat Interface.

The IMVSetImageFormat interface contains methods and properties to configure the ....

Methods:

SetImageFormat Set image format.

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:

Width -
Height -
depth -
C Prototype:

HRESULT SetImageFormat(LONG Width, LONG Height, LONG depth);