IMSVidRect::put_Height
Microsoft DirectShow 9.0 |
IMSVidRect::put_Height
This topic applies to Windows XP or later.
The put_Height method specifies the height of the rectangle.
Syntax
HRESULT put_Height( LONG HeightVal );
Parameters
HeightVal
[in] Specifies the height, in pixels.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also