Microsoft DirectX 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;

See Also