Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
The SoftwareBitmapRenderer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SoftwareBitmapRenderer() |
Creates and initializes a new SoftwareBitmapRenderer.
|
![]() |
SoftwareBitmapRenderer(IImageProvider) |
Creates and initializes a new SoftwareBitmapRenderer with an image source.
|
![]() |
SoftwareBitmapRenderer(IImageProvider, SoftwareBitmap) |
Creates and initializes a new SoftwareBitmapRenderer with an image source and a target SoftwareBitmap.
|
![]() |
SoftwareBitmapRenderer(IImageProvider, BitmapPixelFormat, BitmapAlphaMode) |
Creates and initializes a new SoftwareBitmapRenderer with an image source and a ColorMode.
|
![]() |
SoftwareBitmapRenderer(IImageProvider, SoftwareBitmap, OutputOption) |
Creates and initializes a new SoftwareBitmapRenderer with an image source and a target SoftwareBitmap.
|
Methods
| Name | Description | |
|---|---|---|
![]() |
GetSources | |
![]() |
RenderAsync |
Renders the image source to the SoftwareBitmap.
|
![]() |
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 | |
|---|---|---|
![]() |
BitmapAlphaMode |
The output BitmapAlphaMode used when rendering.
|
![]() |
BitmapPixelFormat |
The output BitmapPixelFormat used when rendering.
|
![]() |
OutputOption |
Controls how the image is rendered. The default value is OutputOption.PreserveAspectRatio. Note: The option OutputOption.PreserveSize is not a valid option for BitmapRenderer.
|
![]() |
RenderOptions |
Controls what rendering options are used when scheduling the rendering chain. Use this to force CPU or GPU only rendering. The default value is RenderOptions.Mixed.
|
![]() |
Size |
The output size to use if no SoftwareBitmap has been specified.
|
![]() |
SoftwareBitmap |
The SoftwareBitmap that will be rendered to.
|
![]() |
Source |
The IImageProvider that will be used as source.
|
![]() |
SourceCount |
The number of sources that can be set.
|
.gif)
.gif)