Share via


IMSVidRect::get_Left Method

This topic applies to Windows XP or later.
The get_Left method retrieves the left x-coordinate of the rectangle. This coordinate is relative to the rectangle's associated window.

Syntax

HRESULT get_Left(
  [out]  LONG *pLeftVal
);

Parameters

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

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidRect Interface
IMSVidRect::get_HWnd
IMSVidRect::put_Left

Send comments about this topic to Microsoft

Build date: 12/4/2008