[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.PngBitmapDecoder

Class PngBitmapDecoder

Namespace
GrapeCity.Documents.DX.WIC
Assembly
GcDocs.DX.Windows.dll

Png bitmap encoder using BitmapDecoder initialized with default guid Png.

public class PngBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Inheritance
object
PngBitmapDecoder
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

PngBitmapDecoder(IntPtr)

Initializes a new instance of the PngBitmapDecoder class.

public PngBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native PTR.

Methods

Create(ImagingFactory, Guid)

Initializes a new instance of the PngBitmapDecoder class.

public static PngBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef System.Guid

The GUID vendor ref.

Returns

PngBitmapDecoder

Create(ImagingFactory)

Initializes a new instance of the PngBitmapDecoder class.

public static PngBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

PngBitmapDecoder