Share via


IVideoWIndow::put_Left (Compact 2013)

3/26/2014

This method sets the x-axis coordinate for the video window.

Syntax

HRESULT put_Left(
  long Left
);

Parameters

  • Left
    [in] Specifies the x-axis coordinate to be set.

Return Value

Returns an HRESULT value.

Remarks

Calling this method does not affect the video window's width.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IVideoWindow Interface