Click or drag to resize
CanvasSwapChainPresent Method
Presents a rendered image.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void Present()
Remarks
On a composed target such as a XAML control, no rendering can be observed from a CanvasSwapChain until Present is called.
See Also