예제 #1
0
파일: DpiExtensions.cs 프로젝트: Egaros/lib
 public static Rect FromDeviceToLogical(this Rect deviceRectangle)
 {
     return(DpiUtils.DeviceRectToLogical(deviceRectangle));
 }