Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CDrawImage::m_bStretch
The m_bStretch member variable indicates whether the video image must be stretched to fit the destination window. The value is FALSE if the source rectangle is the same size as the destination rectangle, or TRUE otherwise.
Syntax
BOOL m_bStretch;
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also