Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetStretchBltMode" in [All]

Constants

1: EMR_
.

        EMR_SETSTRETCHBLTMODE      = 21,

gdi32

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

static extern int SetStretchBltMode(IntPtr hdc, StretchBltMode iStretchMode);

.

Private Shared Function SetStretchBltMode(hdc As IntPtr, iStretchMode As StretchBltMode) As Boolean

.
Documentation
[SetStretchBltMode] on MSDN
.

        static extern bool SetStretchBltMode(IntPtr hdc, StretchMode iStretchMode);


 
Access PInvoke.net directly from VS: