コード例 #1
0
ファイル: DpiExtensions.cs プロジェクト: Egaros/lib
 public static Rect FromDeviceToLogical(this Rect deviceRectangle)
 {
     return(DpiUtils.DeviceRectToLogical(deviceRectangle));
 }