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

ProgressCallback(IntPtr)

Initializes a new instance of the ProgressCallback class.

public ProgressCallback(IntPtr nativePtr)

Parameters

nativePtr System.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 System.IntPtr to ProgressCallback.

public static explicit operator ProgressCallback(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

ProgressCallback