Skip to content

Commit

Permalink
set the default DPI to 96
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwood committed Mar 15, 2021
1 parent 62ae31b commit 9a8810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/D2DWinForm/D2DWinForm.cs
Expand Up @@ -105,7 +105,7 @@ protected override void CreateHandle()
}

this.graphics = new D2DGraphics(this.device);
//this.graphics.SetDPI(96, 96);
this.graphics.SetDPI(96, 96);

this.timer.Tick += (ss, ee) =>
{
Expand Down

0 comments on commit 9a8810d

Please sign in to comment.