Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / IsDirect3D Property

In This Topic
    IsDirect3D Property
    In This Topic
    Tells if the graphics system is using the Direct3D renderer.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDirect3D As Boolean
    public bool IsDirect3D {get;}
    See Also