IBasicVideo::put_DestinationTop
Microsoft DirectShow 9.0 |
IBasicVideo::put_DestinationTop
The put_DestinationTop method sets the y-coordinate of the destination rectangle.
Syntax
HRESULT put_DestinationTop( long DestinationTop );
Parameters
DestinationTop
[in] Specifies the y-coordinate, in pixels.
Return Values
Returns an HRESULT value.
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also