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


In This Topic
    CreateCompatibleBitmap Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateCompatibleBitmap( _
       ByVal hDC As System.IntPtr, _
       ByVal Width As System.Integer, _
       ByVal Heigth As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim hDC As System.IntPtr
    Dim Width As System.Integer
    Dim Heigth As System.Integer
    Dim value As System.IntPtr
     
    value = NGdi32.CreateCompatibleBitmap(hDC, Width, Heigth)
    public static System.IntPtr CreateCompatibleBitmap( 
       System.IntPtr hDC,
       System.int Width,
       System.int Heigth
    )

    Parameters

    hDC
    Width
    Heigth
    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