Метод | Описание | |
---|---|---|
Clone ( ) : |
${WP_core_GeoPoint_method_clone_D}
|
|
GeoPoint ( ) : System.ComponentModel |
${WP_core_GeoPoint_constructor_None_D}
|
|
GeoPoint ( |
${WP_core_GeoPoint_constructor_Point2D_D}
|
|
GeoPoint ( double x, double y ) : System.ComponentModel |
${WP_core_GeoPoint_constructor_Double_D}
|
|
Offset ( double dx, double dy ) : void |
${WP_core_GeoPoint_method_Offset_D}
|
|
ToString ( ) : string |
${WP_core_GeoPoint_method_toString_D}
|
public GeoPoint ( ) : System.ComponentModel | ||
Результат | System.ComponentModel |
public GeoPoint ( |
||
location | ${WP_core_GeoPoint_constructor_Point2D_param_point} | |
Результат | System.ComponentModel |
public GeoPoint ( double x, double y ) : System.ComponentModel | ||
x | double | ${WP_core_GeoPoint_constructor_Double_param_x} |
y | double | ${WP_core_GeoPoint_constructor_Double_param_y} |
Результат | System.ComponentModel |
public Offset ( double dx, double dy ) : void | ||
dx | double | ${WP_core_GeoPoint_method_Offset_param_deltaX} |
dy | double | ${WP_core_GeoPoint_method_Offset_param_deltaY} |
Результат | void |