Microsoft DirectX 9.0

IBasicVideo::get_DestinationLeft

The get_DestinationLeft method retrieves the x-coordinate of the destination rectangle.

Syntax

HRESULT get_DestinationLeft(
  long *pDestinationLeft
);

Parameters

pDestinationLeft

[out] Pointer to a variable that receives the x-coordinate, in pixels.

Return Values

Returns an HRESULT value.

See Also