mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Improve D2D1 types generation and other helper methods.
This commit is contained in:
@@ -104,7 +104,7 @@ public static class Program
|
||||
{ "Graphics.Direct2D.Common.D2D_MATRIX_4X3_F", "Matrix4x3" },
|
||||
{ "Graphics.Direct2D.Common.D2D_MATRIX_4X4_F", "Matrix4x4" },
|
||||
{ "Graphics.Direct2D.Common.D2D_MATRIX_5X4_F", "Matrix5x4" },
|
||||
{ "Graphics.Direct2D.Common.D2D_POINT_2F", "System.Drawing.PointF" },
|
||||
{ "Graphics.Direct2D.Common.D2D_POINT_2F", "Vector2" },
|
||||
{ "Graphics.Direct2D.Common.D2D_VECTOR_2F", "Vector2" },
|
||||
{ "Graphics.Direct2D.Common.D2D_VECTOR_3F", "Vector3" },
|
||||
{ "Graphics.Direct2D.Common.D2D_VECTOR_4F", "Vector4" },
|
||||
|
||||
Reference in New Issue
Block a user