Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NGdi32 Class / GetObjectBitmap Method / GetObjectBitmap(IntPtr,Int32,BITMAP) Method


In This Topic
    GetObjectBitmap(IntPtr,Int32,BITMAP) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetObjectBitmap( _
       ByVal hObject As System.IntPtr, _
       ByVal nCount As System.Integer, _
       ByRef lpObject As NGdi32.BITMAP _
    ) As System.Integer
    'Usage
     
    
    Dim hObject As System.IntPtr
    Dim nCount As System.Integer
    Dim lpObject As NGdi32.BITMAP
    Dim value As System.Integer
     
    value = NGdi32.GetObjectBitmap(hObject, nCount, lpObject)
    public static System.int GetObjectBitmap( 
       System.IntPtr hObject,
       System.int nCount,
       out NGdi32.BITMAP lpObject
    )

    Parameters

    hObject
    nCount
    lpObject
    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