Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
Contains ( Point point ) : bool | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsAreaEmpty ( |
||
IsAreaNegative ( |
||
IsAreaNegativeOrEmpty ( |
||
Rectangle ( Point location, |
||
Rectangle ( Point location, int width, int height ) : System | ||
Rectangle ( int x, int y, int width, int height ) : System | ||
ToString ( ) : string | ||
operator ( ) : |
||
operator ( ) : bool |
public static IsAreaEmpty ( |
||
rect | ||
return | bool |
public static IsAreaNegative ( |
||
rect | ||
return | bool |
public static IsAreaNegativeOrEmpty ( |
||
rect | ||
return | bool |
public Rectangle ( Point location, |
||
location | Point | |
size | ||
return | System |
public Rectangle ( Point location, int width, int height ) : System | ||
location | Point | |
width | int | |
height | int | |
return | System |
public Rectangle ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |