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


In This Topic
    SelectObject Method (NGdi32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SelectObject( _
       ByVal hDC As System.IntPtr, _
       ByVal hObject As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim hDC As System.IntPtr
    Dim hObject As System.IntPtr
    Dim value As System.IntPtr
     
    value = NGdi32.SelectObject(hDC, hObject)
    public static System.IntPtr SelectObject( 
       System.IntPtr hDC,
       System.IntPtr hObject
    )

    Parameters

    hDC
    hObject
    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