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

gdi32

.
Summary
.

[DllImport("gdi32.dll", EntryPoint = "CreateCompatibleBitmap")]

.

static extern IntPtr CreateCompatibleBitmap([In] IntPtr hdc, int nWidth, int nHeight);

.

Private Shared Function CreateCompatibleBitmap(hdc As IntPtr, nWidth As Integer, nHeight As Integer) As IntPtr

.
Documentation
[CreateCompatibleBitmap] on MSDN

 
Access PInvoke.net directly from VS: