C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreateDIBSection Method

In This Topic
CreateDIBSection Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function CreateDIBSection( _
   ByVal hdc As IntPtr, _
   ByRef pbmi As Win32.BITMAPINFO, _
   ByVal iUsage As UInteger, _
   ByVal ppvBits As IntPtr, _
   ByVal hSection As IntPtr, _
   ByVal dwOffset As UInteger _
) As IntPtr
 

Parameters

hdc
pbmi
iUsage
ppvBits
hSection
dwOffset
See Also