Share via


SwapChainPanelRenderer Members

Include Protected Members
Include Inherited Members

The SwapChainPanelRenderer type exposes the following members.

Constructors

  Name Description
Public method SwapChainPanelRenderer()
Creates and initializes a new SwapChainPanelRenderer renderer.
Public method SwapChainPanelRenderer(IImageProvider)
Creates and initializes a new SwapChainPanelRenderer renderer with an image source.
Public method SwapChainPanelRenderer(IImageProvider, SwapChainPanel)
Creates and initializes a new SwapChainPanelRenderer renderer with an image source and a target bitmap.

Methods

  Name Description
Public method GetSources
Public method RenderAsync
Renders the image source to the swap chain panel.
Public method SetSource
Set a source by index.
Public method ToDotString
Creates a representation of the image processing graph in the DOT language. This can be used with the DOT tool to generate a visual representation of what is going to be rendered.

Properties

  Name Description
Public property OutputOption
Controls how the image is rendered.
Public property RenderOptions
Controls what rendering options are used when scheduling the rendering chain. Use this to force CPU or GPU only rendering.
Public property Source
The IImageProvider that will be used as source.
Public property SourceCount
The number of sources that can be set.
Public property SwapChainPanel
The swapChainPanel that will be rendered to.

See Also

SwapChainPanelRenderer Class

Lumia.Imaging Namespace