Updates the progress state while loading a bitmap or a thumbnail by the specified value.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend Sub UpdateEvents ( _ valueToUpdateProgress As Integer _ )
protected internal void UpdateEvents( int valueToUpdateProgress )
Type: System.Int32
Progress state value (to update the progress by).This method should be called after completing a successive step of the operation, for example, after reading a pixel row.