Table of Contents

Class JpegBitmapDecoder

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Tiff bitmap encoder using BitmapDecoder initialized with default guid Jpeg.

public class JpegBitmapDecoder : BitmapDecoder
Inheritance
JpegBitmapDecoder
Inherited Members

Constructors

JpegBitmapDecoder(ImagingFactory)

Initializes a new instance of the JpegBitmapDecoder class.

public JpegBitmapDecoder(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

JpegBitmapDecoder(ImagingFactory, Guid)

Initializes a new instance of the JpegBitmapDecoder class.

public JpegBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

JpegBitmapDecoder(nint)

Initializes a new instance of the JpegBitmapDecoder class.

public JpegBitmapDecoder(nint nativePtr)

Parameters

nativePtr nint

The native PTR.