ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ProgressCallback Class / Notify Method

In This Topic
    Notify Method (ProgressCallback)
    In This Topic
    HRESULT IWICProgressCallback::Notify([In] unsigned int uFrameNum,[In] WICProgressOperation operation,[In] double dblProgress)
    Syntax
    'Declaration
     
    Public Sub Notify( _
       ByVal frameNum As Integer, _
       ByVal operation As ProgressOperation, _
       ByVal dblProgress As Double _
    ) 
    public void Notify( 
       int frameNum,
       ProgressOperation operation,
       double dblProgress
    )

    Parameters

    frameNum
    operation
    dblProgress
    See Also