Click or drag to resize

RenderingMode Enumeration

The supported rendering modes.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum RenderingMode
Members
  Member nameValueDescription
HardwareAccelerated1 The engine renders content using GPU and displays it directly on a native surface (window).
OffScreen2 The engine renders content using GPU and copies the pixels to the process memory.
See Also