ComponentOne Bitmap for UWP
Notify Method (ProgressCallback)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > ProgressCallback Class : Notify Method
HRESULT IWICProgressCallback::Notify([In] unsigned int uFrameNum,[In] WICProgressOperation operation,[In] double dblProgress)
Syntax
'Declaration
 
Public Sub Notify( _
   ByVal frameNum As System.Integer, _
   ByVal operation As ProgressOperation, _
   ByVal dblProgress As System.Double _
) 
public void Notify( 
   System.int frameNum,
   ProgressOperation operation,
   System.double dblProgress
)

Parameters

frameNum
operation
dblProgress
See Also

Reference

ProgressCallback Class
ProgressCallback Members