//--------------------------------------
Exemplo n.º 2
0
 /// <param name="size">The screen will be sized such that the given design size will visually look the best it can on all devices.</param>
 public ResolutionInfo(DesignSize size)
 {
     Scale = size.Scale;
 }