BitmapRenderer Constructor (IImageProvider, ColorMode)

Creates and initializes a new bitmap renderer with an image source and a ColorMode.

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

Syntax

public BitmapRenderer(
    IImageProvider imageSource,
    ColorMode colorMode
)
'Declaration
Public Sub New ( 
    imageSource As IImageProvider,
    colorMode As ColorMode
)
public:
BitmapRenderer(
    [InAttribute] IImageProvider^ imageSource, 
    [InAttribute] ColorMode colorMode
)
Lumia.Imaging.BitmapRenderer = function(imageSource, colorMode);

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

BitmapRenderer Class

BitmapRenderer.BitmapRenderer Members

BitmapRenderer Overload

Lumia.Imaging Namespace