Skip to content
SiteEmail

cohtml.Compositor

A class used to implement the Compositor and Surface Partitioning features.

Name
Compositor()
voidRegisterView(uint viewId)
Informs the Compositor that a specific CohtmlView will have compositions.
voidDeregisterView(uint viewId)
Removes a specific CohtmlView from the Compositor.
voidDraw(uint viewId, Action drawAction)
Compositor()
void RegisterView(
uint viewId
)

Informs the Compositor that a specific CohtmlView will have compositions.

Parameters:

void DeregisterView(
uint viewId
)

Removes a specific CohtmlView from the Compositor.

Parameters:

void Draw(
uint viewId,
Action drawAction
)