Share via


IMSVidRect::put_Width

 
Microsoft DirectShow 9.0

IMSVidRect::put_Width

This topic applies to Windows XP or later.

The put_Width method specifies the width of the rectangle.

Syntax

  HRESULT put_Width(
  
  LONG
  
  WidthVal
  
  );

Parameters

  WidthVal

[in]  Specifies the width, in pixels.

Return Values

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

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also