| 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
RemarksOn a composed target such as a XAML control, no rendering can be observed from a CanvasSwapChain until Present is called.
See Also