[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.WIC.ProgressCallback

Class ProgressCallback

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

IWICProgressCallback

[Guid("4776F9CD-9517-45FA-BF24-E89C5EC5C60C")]
public class ProgressCallback : ComObject, IDisposable, IUnknown
Inheritance
ProgressCallback
Implements
Inherited Members

Constructors

ProgressCallback(IntPtr)

Initializes a new instance of the ProgressCallback class.

public ProgressCallback(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

Notify(int, ProgressOperation, double)

HRESULT IWICProgressCallback::Notify([In] unsigned int uFrameNum,[In] WICProgressOperation operation,[In] double dblProgress)

public void Notify(int frameNum, ProgressOperation operation, double dblProgress)

Parameters

frameNum int
operation ProgressOperation
dblProgress double

Operators

explicit operator ProgressCallback(IntPtr)

Performs an explicit conversion from IntPtr to ProgressCallback.

public static explicit operator ProgressCallback(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

ProgressCallback