Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NGdi32 Class / CreateBitmap Method


In This Topic
    CreateBitmap Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateBitmap( _
       ByVal Width As System.Integer, _
       ByVal Heigth As System.Integer, _
       ByVal planes As System.UInteger, _
       ByVal bits As System.UInteger, _
       ByVal colorArray As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim Width As System.Integer
    Dim Heigth As System.Integer
    Dim planes As System.UInteger
    Dim bits As System.UInteger
    Dim colorArray As System.IntPtr
    Dim value As System.IntPtr
     
    value = NGdi32.CreateBitmap(Width, Heigth, planes, bits, colorArray)
    public static System.IntPtr CreateBitmap( 
       System.int Width,
       System.int Heigth,
       System.uint planes,
       System.uint bits,
       System.IntPtr colorArray
    )

    Parameters

    Width
    Heigth
    planes
    bits
    colorArray
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also