Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
3
internal
static
class
Interop
4
{
5
internal
static
class
User32
6
{
7
[DllImport(
"user32.dll"
, ExactSpelling =
true
)]
8
[SuppressGCTransition]
9
internal
static
extern
uint
GetSysColor
(
int
nIndex);
10
}
11
}
Interop.User32.GetSysColor
static uint GetSysColor(int nIndex)
Interop
Definition
Interop.cs:6
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Drawing.Primitives
Interop.cs
Generated by
1.10.0