Method | Description | |
---|---|---|
Contains ( Point point ) : bool | ||
Contains ( |
||
Contains ( double x, double y ) : bool | ||
Equals ( |
||
Equals ( |
||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
Inflate ( |
||
Inflate ( |
||
Inflate ( |
||
Inflate ( double width, double height ) : void | ||
Intersect ( |
||
Intersect ( |
||
IntersectsWith ( |
||
Offset ( |
||
Offset ( double offsetX, double offsetY ) : void | ||
Rect ( Point point1, Point point2 ) : System | ||
Rect ( Point location, |
||
Rect ( |
||
Rect ( double x, double y, double width, double height ) : System | ||
Scale ( double scaleX, double scaleY ) : void | ||
ToString ( ) : string | ||
ToString ( IFormatProvider provider ) : string | ||
Union ( |
||
Union ( |
||
Union ( Point point ) : void | ||
Union ( |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
ContainsInternal ( double x, double y ) : bool | ||
ConvertToString ( string format, IFormatProvider provider ) : string | ||
CreateEmptyRect ( ) : |
||
IFormattable ( string format, IFormatProvider provider ) : string |
public Contains ( double x, double y ) : bool | ||
x | double | |
y | double | |
return | bool |
public static Equals ( |
||
rect1 | ||
rect2 | ||
return | bool |
public static Inflate ( |
||
rect | ||
size | ||
return |
public static Inflate ( |
||
rect | ||
width | double | |
height | double | |
return |
public Inflate ( double width, double height ) : void | ||
width | double | |
height | double | |
return | void |
public static Intersect ( |
||
rect1 | ||
rect2 | ||
return |
public static Offset ( |
||
rect | ||
offsetX | double | |
offsetY | double | |
return |
public Offset ( double offsetX, double offsetY ) : void | ||
offsetX | double | |
offsetY | double | |
return | void |
public Rect ( Point point1, Point point2 ) : System | ||
point1 | Point | |
point2 | Point | |
return | System |
public Rect ( Point location, |
||
location | Point | |
size | ||
return | System |
public Rect ( double x, double y, double width, double height ) : System | ||
x | double | |
y | double | |
width | double | |
height | double | |
return | System |
public Scale ( double scaleX, double scaleY ) : void | ||
scaleX | double | |
scaleY | double | |
return | void |
public ToString ( IFormatProvider provider ) : string | ||
provider | IFormatProvider | |
return | string |
public static Union ( |
||
rect | ||
point | Point | |
return |
public static Union ( |
||
rect1 | ||
rect2 | ||
return |