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