Property | Type | Description | |
---|---|---|---|
Height | int | ||
LineColor | Color | ||
TopLeft | Vector2 | ||
Width | int |
Method | Description | |
---|---|---|
Box ( Vector2 topLeft, int width, int height, Color color ) : System | ||
Draw ( ) : void |
Method | Description | |
---|---|---|
CalculatePoints ( ) : void |
public Box ( Vector2 topLeft, int width, int height, Color color ) : System | ||
topLeft | Vector2 | |
width | int | |
height | int | |
color | Color | |
return | System |