[]
Jpeg bitmap encoder using BitmapDecoder initialized with default guid Jpeg.
public class JpegBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Initializes a new instance of the JpegBitmapDecoder class.
public JpegBitmapDecoder(IntPtr nativePtr)
nativePtr
System.IntPtrThe native PTR.
Initializes a new instance of the JpegBitmapDecoder class.
public static JpegBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)
factory
ImagingFactoryThe factory.
guidVendorRef
System.GuidThe GUID vendor ref.
Initializes a new instance of the JpegBitmapDecoder class.
public static JpegBitmapDecoder Create(ImagingFactory factory)
factory
ImagingFactoryThe factory.