CefSettings Methods |
The CefSettings type exposes the following members.
Name | Description | |
---|---|---|
DisableGpuAcceleration |
Set command line argument to disable GPU Acceleration, this will disable WebGL.
| |
Dispose | ||
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterExtension |
Registers an extension with the provided settings.
| |
RegisterScheme |
Registers a custom scheme using the provided settings.
| |
SetOffScreenRenderingBestPerformanceArgs |
Set command line arguments for best OSR (Offscreen and WPF) Rendering performance
This will disable WebGL, look at the source to determine which flags best suite
your requirements.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |