[]
IWICProgressCallback
[Guid("4776F9CD-9517-45FA-BF24-E89C5EC5C60C")]
public class ProgressCallback : ComObject, IDisposable, IUnknown
Initializes a new instance of the ProgressCallback class.
public ProgressCallback(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT IWICProgressCallback::Notify([In] unsigned int uFrameNum,[In] WICProgressOperation operation,[In] double dblProgress)
public void Notify(int frameNum, ProgressOperation operation, double dblProgress)
frameNum
intoperation
ProgressOperationdblProgress
doublePerforms an explicit conversion from System.IntPtr to ProgressCallback.
public static explicit operator ProgressCallback(IntPtr nativePointer)
nativePointer
System.IntPtr