메소드 |
설명 |
|
Contains ( Point value ) : bool |
|
|
Contains ( Rectangle value ) : bool |
|
|
Contains ( int x, int y ) : bool |
|
|
Contains ( Point &value, bool &result ) : void |
|
|
Contains ( Rectangle &value, bool &result ) : void |
|
|
Equals ( Rectangle other ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
Inflate ( int width, int height ) : void |
|
|
Intersect ( Rectangle &value1, Rectangle &value2, Rectangle &result ) : void |
|
|
Intersects ( Rectangle value ) : bool |
|
|
Intersects ( Rectangle &value, bool &result ) : void |
|
|
Offset ( Point value ) : void |
|
|
Offset ( int x, int y ) : void |
|
|
Rectangle ( int x, int y, int width, int height ) |
|
|
Union ( Rectangle r1, Rectangle r2 ) : Rectangle |
|
|
operator ( ) : bool |
|
|