File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Source/DXControl/DirectN/DirectWrite/Generated Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ // c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\d2d1.h(329,9)
2+ using System . Runtime . InteropServices ;
3+
4+ namespace DirectN
5+ {
6+ /// <summary>
7+ /// Describes the extend modes and the interpolation mode of an ID2D1BitmapBrush.
8+ /// </summary>
9+ [ StructLayout ( LayoutKind . Sequential ) ]
10+ public partial struct D2D1_BITMAP_BRUSH_PROPERTIES
11+ {
12+ public D2D1_EXTEND_MODE extendModeX ;
13+ public D2D1_EXTEND_MODE extendModeY ;
14+ public D2D1_BITMAP_INTERPOLATION_MODE interpolationMode ;
15+ }
16+ }
Original file line number Diff line number Diff line change 1+ // c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\d2d1_1.h(506,9)
2+ using System . Runtime . InteropServices ;
3+
4+ namespace DirectN
5+ {
6+ /// <summary>
7+ /// Describes the extend modes and the interpolation mode of an ID2D1BitmapBrush.
8+ /// </summary>
9+ [ StructLayout ( LayoutKind . Sequential ) ]
10+ public partial struct D2D1_BITMAP_BRUSH_PROPERTIES1
11+ {
12+ public D2D1_EXTEND_MODE extendModeX ;
13+ public D2D1_EXTEND_MODE extendModeY ;
14+ public D2D1_INTERPOLATION_MODE interpolationMode ;
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments