Table of Contents

Class PngBitmapDecoder

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Png bitmap encoder using BitmapDecoder initialized with default guid Png.

public class PngBitmapDecoder : BitmapDecoder
Inheritance
PngBitmapDecoder
Inherited Members

Constructors

PngBitmapDecoder(ImagingFactory)

Initializes a new instance of the PngBitmapDecoder class.

public PngBitmapDecoder(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

PngBitmapDecoder(ImagingFactory, Guid)

Initializes a new instance of the PngBitmapDecoder class.

public PngBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef Guid

The GUID vendor ref.

PngBitmapDecoder(nint)

Initializes a new instance of the PngBitmapDecoder class.

public PngBitmapDecoder(nint nativePtr)

Parameters

nativePtr nint

The native PTR.