Force pixel doubling with .Net CF 2.0

  • Thread starter Thread starter Erel
  • Start date Start date
E

Erel

Is it possible to force a .Net CF 2.0 application to act in this
legacy mode (like the default of .Net 1.0)?
I prefer to use a pseudo 320*240 screen instead of rescaling the
graphics.
 
Set the AutoScaleMode property of the System.Windows.Forms class to None
(enumeration)
 
Back
Top