Property | Type | Description | |
---|---|---|---|
Array | Microsoft.Xna.Framework.Rectangle[] | ||
Height | int | ||
Width | int | ||
X | int | ||
Y | int |
Method | Description | |
---|---|---|
Contains ( |
||
Contains ( |
||
Contains ( int x, int y ) : bool | ||
Contains ( |
||
Contains ( |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Inflate ( int width, int height ) : void | ||
Intersect ( |
||
Intersects ( |
||
Intersects ( |
||
Offset ( |
||
Offset ( int x, int y ) : void | ||
Rectangle ( int x, int y, int width, int height ) | ||
Union ( |
||
operator ( ) : bool |
public Contains ( |
||
value | ||
result | bool | |
return | void |
public Contains ( |
||
value | ||
result | bool | |
return | void |
public Inflate ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public static Intersect ( |
||
value1 | ||
value2 | ||
result | ||
return | void |
public Intersects ( |
||
value | ||
result | bool | |
return | void |
public Rectangle ( int x, int y, int width, int height ) | ||
x | int | |
y | int | |
width | int | |
height | int |
public static Union ( |
||
r1 | ||
r2 | ||
return |
public static Rectangle[],Microsoft.Xna.Framework Array | ||
return | Microsoft.Xna.Framework.Rectangle[] |