'Declaration Public Function New( _
ByVal dataStorageХранилище данных, в котором хранятся объекты VintasoftImage.As Vintasoft.Data.IDataStorage, _
ByVal sourceИсходный объект (измененное изображение).As Vintasoft.Imaging.VintasoftImage, _
ByVal commandКоманда обработки, которая изменила изображение.As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase _
)
public ImageProcessingUndoAction(
Vintasoft.Data.IDataStorage dataStorage,
Vintasoft.Imaging.VintasoftImage source,
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase command
)
public: ImageProcessingUndoAction(
Vintasoft.Data.IDataStorage* dataStorage,
Vintasoft.Imaging.VintasoftImage* source,
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* command
)
public:
ImageProcessingUndoAction(
Vintasoft.Data.IDataStorage^ dataStorage,
Vintasoft.Imaging.VintasoftImage^ source,
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ command
)
Parameters
- dataStorage
- Хранилище данных, в котором хранятся объекты VintasoftImage.
- source
- Исходный объект (измененное изображение).
- command
- Команда обработки, которая изменила изображение.