Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / AskForHardwareAcceleration Property

In This Topic
    AskForHardwareAcceleration Property
    In This Topic
    If true, OpenGL accelerated hardware modes are requested during viewport initialization.
    Syntax
    'Declaration
     
    Public Property AskForHardwareAcceleration As Boolean
    public bool AskForHardwareAcceleration {get; set;}
    Remarks
    Has no effect at runtime.Applies to rendererType.OpenGL renderer only.
    See Also