[]
        
(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
object
BitmapCodecProgressNotification
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

BitmapCodecProgressNotification(IntPtr)

Initializes a new instance of the BitmapCodecProgressNotification class.

public BitmapCodecProgressNotification(IntPtr nativePtr)

Parameters

nativePtr System.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 System.IntPtr
progressFlags int

Operators

explicit operator BitmapCodecProgressNotification(IntPtr)

Performs an explicit conversion from System.IntPtr to BitmapCodecProgressNotification.

public static explicit operator BitmapCodecProgressNotification(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

BitmapCodecProgressNotification