SwapChainPanelRenderer Members
Include Protected Members
Include Inherited Members
The SwapChainPanelRenderer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SwapChainPanelRenderer() |
Creates and initializes a new SwapChainPanelRenderer renderer.
|
|
SwapChainPanelRenderer(IImageProvider) |
Creates and initializes a new SwapChainPanelRenderer renderer with an image source.
|
|
SwapChainPanelRenderer(IImageProvider, SwapChainPanel) |
Creates and initializes a new SwapChainPanelRenderer renderer with an image source and a target bitmap.
|
Methods
Name | Description | |
---|---|---|
GetSources | ||
RenderAsync |
Renders the image source to the swap chain panel.
|
|
SetSource |
Set a source by index.
|
|
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 | |
---|---|---|
OutputOption |
Controls how the image is rendered.
|
|
RenderOptions |
Controls what rendering options are used when scheduling the rendering chain. Use this to force CPU or GPU only rendering.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SwapChainPanel |
The swapChainPanel that will be rendered to.
|