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

In This Topic
    IsGraphicsError Method (RenderContextBase)
    In This Topic
    Checks if there has been an error in the graphics library.
    Syntax
    'Declaration
     
    Public Overridable Function IsGraphicsError() As Boolean
    public virtual bool IsGraphicsError()

    Return Value

    True if there was an error, false otherwise.
    See Also