Eyeshot 11 WPF API Reference
WPF 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