mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Use White Border for TargetAdorner
This commit is contained in:
parent
75a93e2aa3
commit
3d6f4c590b
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ namespace Greenshot.Drawing.Adorners
|
|||
Graphics targetGraphics = paintEventArgs.Graphics;
|
||||
|
||||
var bounds = BoundsOnSurface;
|
||||
targetGraphics.FillRectangle(Brushes.Green, bounds);
|
||||
targetGraphics.DrawRectangle(new Pen(Brushes.Green), bounds);
|
||||
targetGraphics.FillRectangle(Brushes.Green, bounds);
|
||||
targetGraphics.DrawRectangle(new Pen(Brushes.White), bounds);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue