Method |
Description |
|
Contains ( Point value ) : bool |
|
|
Contains ( Rectangle value ) : bool |
|
|
Contains ( RectangleF value ) : bool |
|
|
Contains ( Vector2 value ) : bool |
|
|
Contains ( float x, float y ) : bool |
|
|
Contains ( int x, int y ) : bool |
|
|
Equals ( RectangleF other ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
Inflate ( float horizontalValue, float verticalValue ) : void |
|
|
Intersect ( RectangleF value1, RectangleF value2 ) : RectangleF |
|
|
Intersect ( RectangleF &value1, RectangleF &value2, RectangleF &result ) : void |
|
|
Intersects ( RectangleF value ) : bool |
|
|
Intersects ( RectangleF &value, bool &result ) : void |
|
|
Offset ( Vector2 offset ) : void |
|
|
Offset ( float offsetX, float offsetY ) : void |
|
|
RectangleF ( float x, float y, float width, float height ) : System |
|
|
ToString ( ) : string |
|
|
Union ( RectangleF value1, RectangleF value2 ) : RectangleF |
|
|
Union ( RectangleF &value1, RectangleF &value2, RectangleF &result ) : void |
|
|
operator ( ) : bool |
|
|