Method |
Description |
|
Contains ( PointF pt ) : bool |
|
|
Contains ( RectangleF rect ) : bool |
|
|
Contains ( float x, float y ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
FromLTRB ( float left, float top, float right, float bottom ) : RectangleF |
|
|
GetHashCode ( ) : int |
|
|
Inflate ( RectangleF rect, float x, float y ) : RectangleF |
|
|
Inflate ( float x, float y ) : void |
|
|
Intersect ( RectangleF a, RectangleF b ) : RectangleF |
|
|
Intersect ( RectangleF rect ) : void |
|
|
IntersectsWith ( RectangleF rect ) : bool |
|
|
Offset ( PointF pos ) : void |
|
|
Offset ( float x, float y ) : void |
|
|
RectangleF ( float x, float y, float width, float height ) : System |
|
|
ToString ( ) : string |
|
|
Union ( RectangleF a, RectangleF b ) : RectangleF |
|
|
operator ( ) : bool |
|
|