OHOS::Window

    Window

    Description:

    Provides a drawing canvas for the , which represents the root node of a view tree.

    Each window is bound to a RootView. For details, see . This class also provides window management capabilities, including creating, destroying, showing, hiding, moving, resizing a window, raising a window to the top, and lowering a window to the bottom.

    Since:

    1.0

    Version:

    1.0

    Static Public Member Function Name

    Description

    CreateWindow (const &config)

    static Window  

    Creates a instance.

    DestoryWindow ( window)

    static void 

    Destroys a specified window.