Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HighInt16()
static
short
System.Drawing.Point.HighInt16
(
int
n
)
inline
static
private
Definition at line
167
of file
Point.cs
.
168
{
169
return
(
short
)((n >> 16) & 0xFFFF);
170
}
Referenced by
System.Drawing.Point.Point()
.
System
Drawing
Point
Generated by
1.10.0