CDrawImage::m_SourceRect
Microsoft DirectShow 9.0 |
CDrawImage::m_SourceRect
The m_SourceRect member variable specifies the source rectangle for drawing. The initial value is an empty rectangle, indicating the entire image should be drawn.
Syntax
RECT m_SourceRect;
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also