CreateDIBSection Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function CreateDIBSection( _
ByVal As System.IntPtr, _
ByRef As Win32.BITMAPINFO, _
ByVal As System.UInteger, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.UInteger _
) As System.IntPtr
public static System.IntPtr CreateDIBSection(
System.IntPtr ,
ref Win32.BITMAPINFO ,
System.uint ,
System.IntPtr ,
System.IntPtr ,
System.uint
)
Parameters
- hdc
- pbmi
- iUsage
- ppvBits
- hSection
- dwOffset
See Also