Method |
Description |
|
Contains ( Point point ) : bool |
|
|
Contains ( double px, double py ) : bool |
|
|
Equals ( Rect value ) : bool |
|
|
Equals ( object o ) : bool |
|
|
GetHashCode ( ) : int |
|
|
Intersect ( Rect rect ) : void |
|
|
IntersectsWith ( Rect rect ) : bool |
|
|
Offset ( Point point ) : void |
|
|
Offset ( Rect rect ) : void |
|
|
Offset ( double dx, double dy ) : void |
|
|
Rect ( Point point1, Point point2 ) : System |
|
|
Rect ( Point location, Size size ) : System |
|
|
Rect ( double x, double y, double width, double height ) : System |
|
|
ToString ( ) : string |
|
|
Union ( Point point ) : void |
|
|
Union ( Rect rect ) : void |
|
|
operator ( ) : bool |
|
|