WriteableBitmapRenderer Properties

Include Protected Members
Include Inherited Members

The WriteableBitmapRenderer type exposes the following members.

Properties

  Name Description
Public property 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.
Public property 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.
Public property Source
The IImageProvider that will be used as source.
Public property SourceCount
The number of sources that can be set.
Public property WriteableBitmap
The WriteableBitmap that will be rendered to.

See Also

WriteableBitmapRenderer Class

Lumia.Imaging Namespace