Ejemplo n.º 1
0
 public static Point FromDeviceToLogical(this Point devicePoint)
 {
     return(DpiUtils.DevicePixelsToLogical(devicePoint));
 }