Rectangle Constructor
XNA Game Studio 4.0
Initializes a new instance of Rectangle.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Creating a Rectangle
Rectangle rectangle1;
$0$0
$0
$0rectangle = new Rectangle (positionX, positionY, sizeX, sizeY);$0
- 10/26/2010
- Jake Stevens