'Declaration
Public Shared Function CreateDIBSection( _ ByVal hdc As System.IntPtr, _ ByRef pbmi As NGdi32.BITMAPINFO, _ ByVal iUsage As System.UInteger, _ ByRef ppvBits As System.IntPtr, _ ByVal hSection As System.IntPtr, _ ByVal dwOffset As System.UInteger _ ) As System.IntPtr
'Usage
Dim hdc As System.IntPtr Dim pbmi As NGdi32.BITMAPINFO Dim iUsage As System.UInteger Dim ppvBits As System.IntPtr Dim hSection As System.IntPtr Dim dwOffset As System.UInteger Dim value As System.IntPtr value = NGdi32.CreateDIBSection(hdc, pbmi, iUsage, ppvBits, hSection, dwOffset)
Parameters
- hdc
- pbmi
- iUsage
- ppvBits
- hSection
- dwOffset