CDrawImage::GetTargetRect

 
Microsoft DirectShow 9.0

CDrawImage::GetTargetRect

The GetTargetRect method retrieves the current destination rectangle.

Syntax

  void GetTargetRect(
    RECT *pTargetRect
);

Parameters

pTargetRect

Pointer to a RECT structure that receives the target rectangle.

Return Value

No return value.

Requirements

**  Header:** Declared in Winutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also