Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / HasDeviceContext Method

In This Topic
    HasDeviceContext Method
    In This Topic
    Tells if the device context has already been created.
    Syntax
    'Declaration
     
    Public Function HasDeviceContext() As Boolean
    public bool HasDeviceContext()

    Return Value

    True if the device context has already been created
    See Also