Update 40.0.14-preview metadata and start using Rect and RectF.

This commit is contained in:
Amer Koleci
2023-01-09 09:32:45 +01:00
parent 9068fd4784
commit 9cbc67cbb4
97 changed files with 2011 additions and 980 deletions

View File

@@ -111,6 +111,8 @@ public static class Program
{ "Graphics.Direct2D.Common.D2D_SIZE_F", "System.Drawing.SizeF" },
{ "Graphics.Direct2D.Common.D2D_POINT_2U", "System.Drawing.Point" },
{ "Graphics.Direct2D.Common.D2D_SIZE_U", "System.Drawing.Size" },
{ "Graphics.Direct2D.Common.D2D_RECT_U", "Win32.Numerics.Rect" },
{ "Graphics.Direct2D.Common.D2D_RECT_F", "Win32.Numerics.RectF" },
{ "Graphics.Imaging.WICRect", "System.Drawing.Rectangle" },
@@ -125,8 +127,8 @@ public static class Program
{ "Graphics.Direct3D12.D3D12_VIEWPORT", "Viewport" },
// TODO: Understand those ->
{ "Foundation.RECT", "RawRect" },
{ "Foundation.RECTL", "RawRect" },
{ "Foundation.RECT", "Rect" },
{ "Foundation.RECTL", "Rect" },
{ "Foundation.POINT", "System.Drawing.Point" },
{ "Foundation.POINTL", "System.Drawing.Point" },
{ "Foundation.SIZE", "System.Drawing.Size" },