'Declaration Public Overloads Overridable Sub Add( _
ByVal imagesThe image collection to add to the collection.As Vintasoft.Imaging.ImageCollection, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
)
public virtual void Add(
Vintasoft.Imaging.ImageCollection images,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: virtual void Add(
Vintasoft.Imaging.ImageCollection* images,
Vintasoft.Imaging.Utils.IProgressController* progressController
)
Parameters
- images
- The image collection to add to the collection.
- progressController
- Progress controller.