Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Location
PointF
System.Drawing.RectangleF.Location
get
set
Definition at line
23
of file
RectangleF.cs
.
24
{
25
readonly
get
26
{
27
return
new
PointF(
X
,
Y
);
28
}
29
set
30
{
31
X
=
value
.X;
32
Y
=
value
.Y;
33
}
34
}
System.ExceptionArgument.value
@ value
System.Drawing.RectangleF.X
float X
Definition
RectangleF.cs:51
System.Drawing.RectangleF.Y
float Y
Definition
RectangleF.cs:63
System
Drawing
RectangleF
Generated by
1.10.0