Code reuse and cleanup.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2126 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-08 15:32:14 +00:00
commit 448f82f6c3
16 changed files with 119 additions and 107 deletions

View file

@ -45,13 +45,6 @@ namespace Greenshot.Plugin {
/// <returns>Bitmap</returns>
Image GetImageForExport();
/// <summary>
/// Will save the current Image in the supplied format to the given stream
/// </summary>
/// <param name="stream">The stream the image is stored on</param>
/// <param name="outputSettings">OutputSettings</param>
void SaveToStream(Stream stream, OutputSettings outputSettings);
/// <summary>
/// Get the ToolStripMenuItem where plugins can place their Menu entrys
/// </summary>