mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
More primitive types improvements.
This commit is contained in:
@@ -2606,8 +2606,23 @@ public static class Program
|
||||
case "HResult":
|
||||
return true;
|
||||
|
||||
case "System.Drawing.Point":
|
||||
case "System.Drawing.PointF":
|
||||
case "System.Drawing.Size":
|
||||
case "System.Drawing.SizeF":
|
||||
case "System.Drawing.Rectangle":
|
||||
case "System.Drawing.RectangleF":
|
||||
return true;
|
||||
|
||||
case "Vector2":
|
||||
case "Vector3":
|
||||
case "Vector4":
|
||||
case "Matrix3x2":
|
||||
case "Matrix4x4":
|
||||
return true;
|
||||
|
||||
case "Win32.Graphics.Direct2D.Common.Matrix4x3":
|
||||
case "Win32.Graphics.Direct2D.Common.Matrix5x4":
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user