[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.BitmapCodecProgressNotification

Class BitmapCodecProgressNotification

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

IWICBitmapCodecProgressNotification

[Guid("64C1024E-C3CF-4462-8078-88C2B11C46D9")]
public class BitmapCodecProgressNotification : ComObject, IDisposable, IUnknown
Inheritance
BitmapCodecProgressNotification
Implements
Inherited Members

Constructors

BitmapCodecProgressNotification(IntPtr)

Initializes a new instance of the BitmapCodecProgressNotification class.

public BitmapCodecProgressNotification(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

RegisterProgressNotification(FunctionCallback, IntPtr, int)

HRESULT IWICBitmapCodecProgressNotification::RegisterProgressNotification([In, Optional] __function__stdcall* pfnProgressNotification,[In, Optional] void* pvData,[In] unsigned int dwProgressFlags)

public void RegisterProgressNotification(FunctionCallback fnProgressNotificationRef, IntPtr vDataRef, int progressFlags)

Parameters

fnProgressNotificationRef FunctionCallback
vDataRef IntPtr
progressFlags int

Operators

explicit operator BitmapCodecProgressNotification(IntPtr)

Performs an explicit conversion from IntPtr to BitmapCodecProgressNotification.

public static explicit operator BitmapCodecProgressNotification(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

BitmapCodecProgressNotification