Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SelectObject Method

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

    Parameters

    hdc
    bmp
    See Also