SetStretchBltMode (gdi32)
Last changed: -150.131.176.35

.
Summary
The SetStretchBltMode function sets the bitmap stretching mode in the specified device context.

C# Signature:

[DllImport("gdi32.dll")]
static extern int SetStretchBltMode(IntPtr hdc, StretchBltMode iStretchMode);

VB.NET Signature:

<DllImport("gdi32.dll")> _
Private Shared Function SetStretchBltMode(hdc As IntPtr, iStretchMode As StretchBltMode) As Boolean
End Function

User-Defined Types:

StretchBltMode

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please see StretchBlt

Alternative Managed API:

Do you know one? Please contribute it!

Documentation