DisplayDevice.WaitForVBlank(DisplaySource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.