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

In This Topic
    CheckOutOfMemory Method (RenderContextBase)
    In This Topic
    Tells if the graphics system is in out of memory state.
    Syntax
    'Declaration
     
    Public Overridable Function CheckOutOfMemory() As Boolean
    public virtual bool CheckOutOfMemory()

    Return Value

    True if it's in out of memory state, false elsewise.
    See Also