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