프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Clone ( ) : |
${core_GeoPoint_method_clone_D}
|
|
GeoPoint ( ) : System.ComponentModel |
${core_GeoPoint_constructor_None_D}
|
|
GeoPoint ( |
${core_GeoPoint_constructor_Point2D_D}
|
|
GeoPoint ( double x, double y ) : System.ComponentModel |
${core_GeoPoint_constructor_Double_D}
|
|
Offset ( double dx, double dy ) : void |
${core_GeoPoint_method_Offset_D}
|
|
ToString ( ) : string |
${core_GeoPoint_method_toString_D}
|
public GeoPoint ( |
||
location | ${core_GeoPoint_constructor_Point2D_param_point} | |
리턴 | System.ComponentModel |
public GeoPoint ( double x, double y ) : System.ComponentModel | ||
x | double | ${core_GeoPoint_constructor_Double_param_x} |
y | double | ${core_GeoPoint_constructor_Double_param_y} |
리턴 | System.ComponentModel |
public Offset ( double dx, double dy ) : void | ||
dx | double | ${core_GeoPoint_method_Offset_param_deltaX} |
dy | double | ${core_GeoPoint_method_Offset_param_deltaY} |
리턴 | void |