CDrawImage::m_bStretch

 
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