Overload | Description |
---|---|
SaveChanges(Stream,EventHandler<ProgressEventArgs>) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges(String,EventHandler<ProgressEventArgs>) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges(String) | Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |
SaveChanges(EventHandler<ProgressEventArgs>) | Saves changes of the image file to the current source of the image file. (Inherited from ImageFileBase<T>) |
SaveChanges() | Saves changes of the image file to the current source of the image file. (Inherited from ImageFileBase<T>) |
SaveChanges(IProgressController) | Saves changes of the image file to the current source of the image file. |
SaveChanges(String,IProgressController) | Saves changes of the image file to specified file. |
SaveChanges(Stream,IProgressController) | Saves changes of the image file to specified stream. |
SaveChanges(Stream) | Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>) |