Overload | Description |
---|---|
Save(String,IProgressController) | Method is not implemented. |
Save(Stream,IProgressController) | Method is not implemented. |
Save(Stream,EventHandler<ProgressEventArgs>) | Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
Save(Stream) | Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
Save(String,EventHandler<ProgressEventArgs>) | Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |
Save(String) | Saves the image file to the specified file. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>) |