Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Rectangle ( Point point, double width, double height ) : System | ||
Rectangle ( double x, double y, double width, double height ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public Rectangle ( Point point, double width, double height ) : System | ||
point | Point | |
width | double | |
height | double | |
Résultat | System |
public Rectangle ( double x, double y, double width, double height ) : System | ||
x | double | |
y | double | |
width | double | |
height | double | |
Résultat | System |