mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Merge a30059769e
into c1ad1d4a93
This commit is contained in:
commit
8df22c7f95
1 changed files with 4 additions and 4 deletions
|
@ -208,7 +208,7 @@ namespace Greenshot.Editor.Drawing
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates whether on of the elements is clickable at the given location
|
/// Indicates whether one of the elements is clickable at the given location
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="x">x coordinate to be checked</param>
|
/// <param name="x">x coordinate to be checked</param>
|
||||||
/// <param name="y">y coordinate to be checked</param>
|
/// <param name="y">y coordinate to be checked</param>
|
||||||
|
@ -315,7 +315,7 @@ namespace Greenshot.Editor.Drawing
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Triggers all elements in the list ot be redrawn.
|
/// Triggers all elements in the list to be redrawn.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="g">the to the bitmap related Graphics object</param>
|
/// <param name="g">the to the bitmap related Graphics object</param>
|
||||||
/// <param name="bitmap">Bitmap to draw</param>
|
/// <param name="bitmap">Bitmap to draw</param>
|
||||||
|
@ -762,7 +762,7 @@ namespace Greenshot.Editor.Drawing
|
||||||
_disposedValue = true;
|
_disposedValue = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This code added to correctly implement the disposable pattern.
|
// This code was added to correctly implement the disposable pattern.
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
// Do not change this code. Put cleanup code in Dispose(bool disposing) above.
|
// Do not change this code. Put cleanup code in Dispose(bool disposing) above.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue