Property | Type | Description | |
---|---|---|---|
X | int |
Method | Description | |
---|---|---|
Contains ( int x, int y ) : bool | ||
Inflate ( |
||
Inflate ( int width, int height ) : void | ||
IntersectsWith ( |
||
Offset ( int dx, int dy ) : void | ||
Rectangle ( int left, int top, int width, int height ) : System | ||
ToString ( ) : string | ||
Union ( |
public Inflate ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public IntersectsWith ( |
||
rect | ||
return | bool |
public Rectangle ( int left, int top, int width, int height ) : System | ||
left | int | |
top | int | |
width | int | |
height | int | |
return | System |
public static Union ( |
||
a | ||
b | ||
return |