'Declaration Public Function New( _
ByVal imagesThe image collection that should be managed by this manager.As ImageCollection _
)
public ImageCollectionManager(
ImageCollection images
)
public: ImageCollectionManager(
ImageCollection* images
)
public:
ImageCollectionManager(
ImageCollection^ images
)
Parameters
- images
- The image collection that should be managed by this manager.