Property | Type | Description | |
---|---|---|---|
Empty | |||
Height | int | ||
Width | int | ||
X | int | ||
Y | int |
Method | Description | |
---|---|---|
Contains ( Point pt ) : bool | ||
Contains ( |
||
Contains ( int x, int y ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Intersect ( |
||
Intersect ( |
||
Rectangle ( int x, int y, int width, int height ) : System | ||
Union ( |
||
operator ( ) : bool |
public static Intersect ( |
||
a | ||
b | ||
return |
public Rectangle ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |
public static Union ( |
||
a | ||
b | ||
return |
public static Rectangle,MegaMan.Common.Geometry Empty | ||
return |