InterpolationMode.NearsetNeighbor - just to be sure
This commit is contained in:
@@ -32,7 +32,7 @@ namespace WorldOfPeacecraft
|
|||||||
protected override void OnPaint (PaintEventArgs e)
|
protected override void OnPaint (PaintEventArgs e)
|
||||||
{
|
{
|
||||||
Graphics g = e.Graphics;
|
Graphics g = e.Graphics;
|
||||||
g.InterpolationMode = InterpolationMode.Low;
|
g.InterpolationMode = InterpolationMode.NearestNeighbor;
|
||||||
g.DrawImage (Logo, 0, 0, 450, 150);
|
g.DrawImage (Logo, 0, 0, 450, 150);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user