Exemplo n.º 1
0
 public static Rect FromDeviceToLogical(this Rect deviceRectangle)
 {
     return(DpiUtils.DeviceRectToLogical(deviceRectangle));
 }