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