mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Update 40.0.14-preview metadata and start using Rect and RectF.
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user