C# Class SuperMap.WindowsPhone.Core.GeoLine

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

Private Properties

Property Type Description
AddGeoPointCollectionEvents void
GetCenter Point2D
Parts_CollectionChanged void
RemoveGeoPointCollectionEvents void
coll_PointChanged void

Public Methods

Method Description
Clone ( ) : Geometry

${WP_core_GeoLine_method_clone_D}

GeoLine ( ) : System

${WP_core_GeoLine_constructor_None_D}

Offset ( double deltaX, double deltaY ) : void

${WP_core_GeoLine_method_Offset_D}

Private Methods

Method Description
AddGeoPointCollectionEvents ( IEnumerable items ) : void
GetCenter ( ) : Point2D
Parts_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RemoveGeoPointCollectionEvents ( IEnumerable items ) : void
coll_PointChanged ( object sender, EventArgs e ) : void

Method Details

Clone() public method

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

GeoLine() public method

${WP_core_GeoLine_constructor_None_D}
public GeoLine ( ) : System
return System

Offset() public method

${WP_core_GeoLine_method_Offset_D}
public Offset ( double deltaX, double deltaY ) : void
deltaX double ${WP_core_GeoLine_method_Offset_param_deltaX}
deltaY double ${WP_core_GeoLine_method_Offset_param_deltaY}
return void