[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.BmpBitmapDecoder

Class BmpBitmapDecoder

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

Bmp bitmap encoder using BitmapDecoder initialized with default guid Bmp.

public class BmpBitmapDecoder : BitmapDecoder, IDisposable, IUnknown
Inheritance
object
BmpBitmapDecoder
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

BmpBitmapDecoder(IntPtr)

Initializes a new instance of the BmpBitmapDecoder class.

public BmpBitmapDecoder(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native PTR.

Methods

Create(ImagingFactory, Guid)

Initializes a new instance of the BmpBitmapDecoder class.

public static BmpBitmapDecoder Create(ImagingFactory factory, Guid guidVendorRef)

Parameters

factory ImagingFactory

The factory.

guidVendorRef System.Guid

The GUID vendor ref.

Returns

BmpBitmapDecoder

Create(ImagingFactory)

Initializes a new instance of the BmpBitmapDecoder class.

public static BmpBitmapDecoder Create(ImagingFactory factory)

Parameters

factory ImagingFactory

The factory.

Returns

BmpBitmapDecoder