Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ForceHardwareAcceleration Property

In This Topic
    ForceHardwareAcceleration Property
    In This Topic
    Forces accelerated hardware modes. By default, Eyeshot automatically disables hardware acceleration on some embedded GPUs to obtain the maximum level of graphical output consistency between all hardware. In these cases, enabling this property will forcibly activate hardware acceleration, though the resulting graphics output may be unpredictable.
    Syntax
    'Declaration
     
    Public Property ForceHardwareAcceleration As Boolean
    public bool ForceHardwareAcceleration {get; set;}
    See Also