'Declaration Public Overloads Sub Add( _
ByVal imageThe image to add to the collection.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
)
public void Add(
Vintasoft.Imaging.VintasoftImage image,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- image
- The image to add to the collection.
- progressDelegate
- Progress delegate.