WriteableBitmapRenderer Class

Renders an image source to a WriteableBitmap.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public sealed class WriteableBitmapRenderer : IClosable, 
    IImageConsumer, IImageConsumer2
'Declaration
Public NotInheritable Class WriteableBitmapRenderer
    Implements IClosable, IImageConsumer, IImageConsumer2
public ref class WriteableBitmapRenderer sealed : IClosable, 
    IImageConsumer, IImageConsumer2
Lumia.Imaging.WriteableBitmapRenderer = function();

Type.createClass(
    'Lumia.Imaging.WriteableBitmapRenderer',
    null,
    Windows.Foundation.IClosable,
    Lumia.Imaging.IImageConsumer,
    Lumia.Imaging.IImageConsumer2);

Inheritance Hierarchy

System.Object
  Lumia.Imaging.WriteableBitmapRenderer

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

WriteableBitmapRenderer.WriteableBitmapRenderer Members

Lumia.Imaging Namespace