Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Location
Point
Microsoft.Xna.Framework.Rectangle.Location
get
set
Definition at line
35
of file
Rectangle.cs
.
36
{
37
get
38
{
39
return
new
Point
(
X
,
Y
);
40
}
41
set
42
{
43
X
=
value
.X;
44
Y
=
value
.Y;
45
}
46
}
Microsoft.Xna.Framework.Graphics.TextureFilter.Point
@ Point
System.ExceptionArgument.value
@ value
Microsoft.Xna.Framework.Rectangle.X
int X
Definition
Rectangle.cs:14
Microsoft.Xna.Framework.Rectangle.Y
int Y
Definition
Rectangle.cs:17
Microsoft
Xna
Framework
Rectangle
Generated by
1.10.0