mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / DisableGDIPlus Property
In This Topic
    DisableGDIPlus Property
    In This Topic
    Description

    When set to True it delays GDI+ initialization.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property DisableGDIPlus As Boolean
    Remarks

    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.

    See Also