C# Class SuperMap.WindowsPhone.Core.GeoPoint

Inheritance: Geometry
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
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}

Method Details

Clone() public method

${WP_core_GeoPoint_method_clone_D}
public Clone ( ) : Geometry
return Geometry

GeoPoint() public method

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

GeoPoint() public method

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

GeoPoint() public method

${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}
return System.ComponentModel

Offset() public method

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

ToString() public method

${WP_core_GeoPoint_method_toString_D}
public ToString ( ) : string
return string