mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
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:
parent
abe79e65e9
commit
448f82f6c3
16 changed files with 119 additions and 107 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue