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 "StretchBlt" in [All]

Enums

.

private enum StretchBltMode : int

.

Private Enum StretchBltMode As Integer

.
Documentation
[StretchBltMode] on MSDN

gdi32

.

Not all devices support the BitBlt function. For more information, see the RC_BITBLT raster capability entry in the GetDeviceCaps function as well as the following functions: MaskBlt, PlgBlt, and StretchBlt.

.
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

.

StretchBltMode

.

Please see StretchBlt

.
Documentation
[SetStretchBltMode] on MSDN
.

static extern bool StretchBlt(IntPtr hdcDest, int nXOriginDest, int nYOriginDest,

.

Private Shared Function StretchBlt(hdcDest As IntPtr, nXOriginDest As Integer, nYOriginDest As Integer, nWidthDest As Integer, nHeightDest As Integer, hdcSrc As IntPtr, nXOriginSrc As Integer, nYOriginSrc As Integer, nWidthSrc As Integer, nHeightSrc As Integer, dwRop As TernaryRasterOperations) As Boolean

.

namespace StretchBlt_with_bitmap_image

.

                StretchBlt(pTarget, this.AutoScrollPosition.X,

.

        static extern bool StretchBlt(IntPtr hdcDest, int nXOriginDest,

.

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

Constants

5: EMR_
.

        EMR_SETSTRETCHBLTMODE      = 21,

.

        EMR_STRETCHBLT         = 77,


 
Access PInvoke.net directly from VS: