Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator RectangleF() [2/2]

static System.Drawing.RectangleF.operator RectangleF ( Vector4 vector)
inlineexplicitstatic

Definition at line 157 of file RectangleF.cs.

158 {
159 return new RectangleF(vector);
160 }
RectangleF(float x, float y, float width, float height)

References System.Drawing.RectangleF.RectangleF().