Метод | Описание | |
---|---|---|
Contains ( |
||
Equals ( |
||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
Intersect ( |
||
Rect ( |
||
Rect ( |
||
Rect ( double x, double y, double width, double height ) : System | ||
ToString ( ) : string | ||
ToString ( IFormatProvider provider ) : string | ||
Union ( |
||
Union ( |
||
operator ( ) : bool |
Метод | Описание | |
---|---|---|
ContainsInternal ( double x, double y ) : bool | ||
ConvertToString ( string format, IFormatProvider provider ) : string | ||
Create ( double x, double y, double width, double height ) : |
||
CreateEmptyRect ( ) : |
||
IFormattable ( string format, IFormatProvider provider ) : string | ||
IntersectsWith ( |
public Rect ( |
||
point1 | ||
point2 | ||
Результат | System |
public Rect ( |
||
location | ||
size | ||
Результат | System |
public Rect ( double x, double y, double width, double height ) : System | ||
x | double | |
y | double | |
width | double | |
height | double | |
Результат | System |
public ToString ( IFormatProvider provider ) : string | ||
provider | IFormatProvider | |
Результат | string |