C# 클래스 SuperMap.WindowsPhone.Core.GeoPoint

상속: Geometry
파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Geometry

${WP_core_GeoPoint_method_clone_D}

GeoPoint ( ) : System.ComponentModel

${WP_core_GeoPoint_constructor_None_D}

GeoPoint ( Point2D location ) : System.ComponentModel

${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}

메소드 상세

Clone() 공개 메소드

${WP_core_GeoPoint_method_clone_D}
public Clone ( ) : Geometry
리턴 Geometry

GeoPoint() 공개 메소드

${WP_core_GeoPoint_constructor_None_D}
public GeoPoint ( ) : System.ComponentModel
리턴 System.ComponentModel

GeoPoint() 공개 메소드

${WP_core_GeoPoint_constructor_Point2D_D}
public GeoPoint ( Point2D location ) : System.ComponentModel
location Point2D ${WP_core_GeoPoint_constructor_Point2D_param_point}
리턴 System.ComponentModel

GeoPoint() 공개 메소드

${WP_core_GeoPoint_constructor_Double_D}
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

Offset() 공개 메소드

${WP_core_GeoPoint_method_Offset_D}
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

ToString() 공개 메소드

${WP_core_GeoPoint_method_toString_D}
public ToString ( ) : string
리턴 string