CDrawImage::SetStretchMode
Microsoft DirectShow 9.0 |
CDrawImage::SetStretchMode
The SetStretchMode method calculates whether the video image must be stretched.
Syntax
void SetStretchMode(void);
Return Value
No return value.
Remarks
The CDrawImage class automatically calls this method whenever the source or target rectangle changes.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also