IDrawVideoImage::DrawVideoImageDraw method (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Note  This interface has been deprecated. New applications should not use it.
 
The DrawVideoImageDraw method draws the specified source rectangle to the specified destination rectangle in the specified GDI device context.

Syntax

HRESULT DrawVideoImageDraw(
  [in] HDC    hdc,
  [in] LPRECT lprcSrc,
  [in] LPRECT lprcDst
);

Parameters

[in] hdc

Specifies the device context.

[in] lprcSrc

Pointer to a RECT structure that specifies the source rectangle, as a subrectangle of the current video frame.

[in] lprcDst

Pointer to a RECT structure that specifies the destination rectangle in the device context.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

Requirement Value
Target Platform Windows
Header strmif.h (include Dshow.h)

See also

IDrawVideoImage Interface