[]
IWICProgressCallback
[Guid("4776F9CD-9517-45FA-BF24-E89C5EC5C60C")]
public class ProgressCallback : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
ProgressCallback(IntPtr) | Initializes a new instance of the ProgressCallback class. |
Name | Description |
---|---|
Notify(int, ProgressOperation, double) | HRESULT IWICProgressCallback::Notify([In] unsigned int uFrameNum,[In] WICProgressOperation operation,[In] double dblProgress) |
Name | Description |
---|---|
explicit operator ProgressCallback(IntPtr) | Performs an explicit conversion from IntPtr to ProgressCallback. |