TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SelectObject Method

In This Topic
    SelectObject Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SelectObject( _
       ByVal hdc As IntPtr, _
       ByVal hgdiobj As IntPtr _
    ) As IntPtr
    public static IntPtr SelectObject( 
       IntPtr hdc,
       IntPtr hgdiobj
    )

    Parameters

    hdc
    hgdiobj
    See Also