[]
public static extern nint CreateDIBSection(nint hdc, ref Win32.BITMAPINFO pbmi, uint iUsage, nint ppvBits, nint 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 |
|---|---|---|
| nint | hdc | |
| Win32.BITMAPINFO | pbmi | |
| uint | iUsage | |
| nint | ppvBits | |
| nint | hSection | |
| uint | dwOffset |
| Type | Description |
|---|---|
| nint |