CDrawImage::GetSourceRect

 
Microsoft DirectShow 9.0

CDrawImage::GetSourceRect

The GetSourceRect method retrieves the current source rectangle.

Syntax

  void GetSourceRect(
    RECT *pSourceRect
);

Parameters

pSourceRect

Pointer to a RECT structure that receives the source 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