Microsoft DirectX 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.

See Also