Microsoft DirectX 9.0

UpdateOverlay

The UpdateOverlay event is sent when the overlay surface has been moved or resized or its color key has changed.

Syntax

UpdateOverlay()

Remarks

Applications should never be concerned about the overlay surface being resized or moved. This is all handled internally. But this event is also sent when the color key changes. That means that if an application is hosting MSWebDVD as a windowless control and displaying floating buttons on top of the video surface in full-screen mode, it should respond to this event by getting the new value of the ColorKey property so that it can draw the buttons properly.