DynamicRenderer::GetDispatcher Method ()

 

Returns a Dispatcher for the rendering thread.

Namespace:   System.Windows.Input.StylusPlugIns
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
Dispatcher^ GetDispatcher()

Return Value

Type: System.Windows.Threading::Dispatcher^

A Dispatcher for the rendering thread.

The following example demonstrates how to use the GetDispatcher method to perform some work on the rendering thread.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: