Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Terraria
World
Generation
Shapes.Rectangle
Rectangle
Terraria.World.Generation.Shapes.Rectangle.Rectangle C# (CSharp) Method
Shapes.Rectangle Class Documentation
Mostrar archivo
Open project: EmuDevs/EDTerraria
Rectangle()
public
method
public
Rectangle
(
int
width
,
int
height
) :
Microsoft.Xna.Framework
width
int
height
int
return
Microsoft.Xna.Framework
public Rectangle(int width, int height) { this._width = width; this._height = height; }
Shapes.Rectangle
Perform
Rectangle