ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 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