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

Constants

1: EMR_
.

        EMR_SETDIBITSTODEVICE      = 80,

gdi32

.

BitBlt returns an error if the source and destination device contexts represent different devices. To transfer data between device contexts for different devices, convert the memory bitmap to a DIB by calling GetDIBits. To display the DIB to the second device, call SetDIBits or StretchDIBits.

.
Summary
.

static extern int SetDIBitsToDevice(IntPtr hdc, int XDest, int YDest, uint

.
Documentation
[SetDIBitsToDevice] on MSDN

 
Access PInvoke.net directly from VS: