InputPanel for WinForms | ComponentOne
C1.Win.5 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
    public static IntPtr CreateDIBSection( 
       IntPtr hdc,
       ref Win32.BITMAPINFO pbmi,
       uint iUsage,
       IntPtr ppvBits,
       IntPtr hSection,
       uint dwOffset
    )

    Parameters

    hdc
    pbmi
    iUsage
    ppvBits
    hSection
    dwOffset
    See Also