[]
        
(Showing Draft Content)

C1.Util.DX.WIC.ProgressCallback

ProgressCallback Class

IWICProgressCallback

Inheritance
ProgressCallback
Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("4776F9CD-9517-45FA-BF24-E89C5EC5C60C")]
public class ProgressCallback : ComObject, IDisposable, IUnknown

Constructors

Name Description
ProgressCallback(IntPtr)

Initializes a new instance of the ProgressCallback class.

Methods

Name Description
Notify(int, ProgressOperation, double)

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

Operators

Name Description
explicit operator ProgressCallback(IntPtr)

Performs an explicit conversion from IntPtr to ProgressCallback.