[]
public static extern IntPtr CreateDIBSection(IntPtr hdc, ref Win32.BITMAPINFO pbmi, uint iUsage, IntPtr ppvBits, IntPtr hSection, uint dwOffset)
Public Shared Function CreateDIBSection(hdc As IntPtr, ByRef pbmi As Win32.BITMAPINFO, iUsage As UInteger, ppvBits As IntPtr, hSection As IntPtr, dwOffset As UInteger) As IntPtr
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| Win32.BITMAPINFO | pbmi | |
| uint | iUsage | |
| IntPtr | ppvBits | |
| IntPtr | hSection | |
| uint | dwOffset |
| Type | Description |
|---|---|
| IntPtr |