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