IBasicVideo::get_DestinationTop

 
Microsoft DirectShow 9.0

IBasicVideo::get_DestinationTop

The get_DestinationTop method retrieves the y-coordinate of the destination rectangle.

Syntax

  HRESULT get_DestinationTop(
  long *pDestinationTop
);

Parameters

pDestinationTop

[out] Pointer to a variable that receives 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