mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Toast corner aliasing https://github.com/seerge/g-helper/issues/2642
This commit is contained in:
@@ -73,6 +73,8 @@ namespace GHelper.Helpers
|
|||||||
protected override void PerformPaint(PaintEventArgs e)
|
protected override void PerformPaint(PaintEventArgs e)
|
||||||
{
|
{
|
||||||
Brush brush = new SolidBrush(Color.FromArgb(150, Color.Black));
|
Brush brush = new SolidBrush(Color.FromArgb(150, Color.Black));
|
||||||
|
|
||||||
|
e.Graphics.SmoothingMode = SmoothingMode.AntiAlias;
|
||||||
e.Graphics.FillRoundedRectangle(brush, Bound, 10);
|
e.Graphics.FillRoundedRectangle(brush, Bound, 10);
|
||||||
|
|
||||||
StringFormat format = new StringFormat();
|
StringFormat format = new StringFormat();
|
||||||
|
|||||||
Reference in New Issue
Block a user