When set to True it delays GDI+ initialization.
When set to True it delays GDI+ initialization.
Visual Basic |
---|
Public Property DisableGDIPlus As Boolean |
GDI+ is used for capturing screenshots of the control or HTML elements and for rendering version information text when the control is in design-mode. There have been observations that using GDI+ with some graphics drivers for WebGL rendering affects frame buffer initialization from black to white (?). Even though we were not able to reproduce the problem we have added this property that apparently eliminates the problem.