Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FromLTRB()
static
RectangleF
System.Drawing.RectangleF.FromLTRB
(
float
left
,
float
top
,
float
right
,
float
bottom
)
inline
static
Definition at line
162
of file
RectangleF.cs
.
163
{
164
return
new
RectangleF
(left, top, right - left, bottom - top);
165
}
System.Drawing.RectangleF.RectangleF
RectangleF(float x, float y, float width, float height)
Definition
RectangleF.cs:123
References
System.Drawing.RectangleF.RectangleF()
.
System
Drawing
RectangleF
Generated by
1.10.0