[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateDIBSection

CreateDIBSection Method

CreateDIBSection(IntPtr, ref BITMAPINFO, uint, IntPtr, IntPtr, uint)

Declaration
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
Parameters
Type Name Description
IntPtr hdc
Win32.BITMAPINFO pbmi
uint iUsage
IntPtr ppvBits
IntPtr hSection
uint dwOffset
Returns
Type Description
IntPtr