ComponentOne SuperTooltip for WinForms
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 System.IntPtr, _
       ByRef pbmi As Win32.BITMAPINFO, _
       ByVal iUsage As System.UInteger, _
       ByVal ppvBits As System.IntPtr, _
       ByVal hSection As System.IntPtr, _
       ByVal dwOffset As System.UInteger _
    ) As System.IntPtr
    public static System.IntPtr CreateDIBSection( 
       System.IntPtr hdc,
       ref Win32.BITMAPINFO pbmi,
       System.uint iUsage,
       System.IntPtr ppvBits,
       System.IntPtr hSection,
       System.uint dwOffset
    )

    Parameters

    hdc
    pbmi
    iUsage
    ppvBits
    hSection
    dwOffset
    See Also