IDxtCompositor::put_Height
Microsoft DirectShow 9.0 |
IDxtCompositor::put_Height
The put_Height method specifies the height of the target rectangle.
Syntax
HRESULT put_Height( long newVal );
Parameters
newVal
[in] The height of the target rectangle, in pixels.
Return Values
Returns S_OK or an error code.
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also