Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Size
SizeF
System.Drawing.RectangleF.Size
get
set
Definition at line
37
of file
RectangleF.cs
.
38
{
39
readonly
get
40
{
41
return
new
SizeF(
Width
,
Height
);
42
}
43
set
44
{
45
Width
=
value
.Width;
46
Height
=
value
.Height;
47
}
48
}
System.ExceptionArgument.value
@ value
System.Drawing.RectangleF.Width
float Width
Definition
RectangleF.cs:75
System.Drawing.RectangleF.Height
float Height
Definition
RectangleF.cs:87
System
Drawing
RectangleF
Generated by
1.10.0