JpegRenderer Constructor (IImageProvider, JpegOutputColorMode, OutputOption)

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

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

Syntax

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

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

JpegRenderer Class

JpegRenderer.JpegRenderer Members

JpegRenderer Overload

Lumia.Imaging Namespace