Méthode | Description | |
---|---|---|
GbdPoint ( double x, double y ) : System |
Initializes a new instance of the GbdPoint class.
|
|
GbdPoint ( string x, string y ) : System |
Initializes a new instance of the GbdPoint class.
|
public GbdPoint ( double x, double y ) : System | ||
x | double | /// The x. /// |
y | double | /// The y. /// |
Résultat | System |
public GbdPoint ( string x, string y ) : System | ||
x | string | /// The x. /// |
y | string | /// The y. /// |
Résultat | System |