DisplayDevice.WaitForVBlank(DisplaySource) Method

Definition

Synchronously waits for the next V-blank interrupt to be fired by the primary DisplayTarget for a given DisplaySource.

public:
 virtual void WaitForVBlank(DisplaySource ^ source) = WaitForVBlank;
void WaitForVBlank(DisplaySource const& source);
public void WaitForVBlank(DisplaySource source);
function waitForVBlank(source)
Public Sub WaitForVBlank (source As DisplaySource)

Parameters

source
DisplaySource

The DisplaySource whose primary display target's V-blank interrupt to wait for.

Remarks

In hardware clone scenarios, a display source may be connected to multiple display targets. In these situations, this method waits for the next V-blank on the display target connected via the primary path of the DisplayView.

Applies to