using (Graphics gfx = this.CreateGraphics()) { MessageBox.Show("DpiX: " + gfx.DpiX.ToString() + ", DpiY: " + gfx.DpiY.ToString()); }
Comment