Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LowInt16()
static
short
System.Drawing.Point.LowInt16
(
int
n
)
inline
static
private
Definition at line
172
of file
Point.cs
.
173
{
174
return
(
short
)(n & 0xFFFF);
175
}
Referenced by
System.Drawing.Point.Point()
.
System
Drawing
Point
Generated by
1.10.0