IBasicVideo::put_DestinationLeft

 
Microsoft DirectShow 9.0

IBasicVideo::put_DestinationLeft

The put_DestinationLeft method sets the x-coordinate of the destination rectangle.

Syntax

  HRESULT put_DestinationLeft(
  long DestinationLeft
);

Parameters

DestinationLeft

[in] Specifies the x-coordinate, in pixels.

Return Values

Returns an HRESULT value.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also