C# Class SharpMap.Forms.MapImage

Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
MapImage ( ) : System

Initializes a new map

Refresh ( ) : void

Refreshes the map

Private Methods

Méthode Description
MapImage_MouseDown ( object sender, System e ) : void
MapImage_MouseMove ( object sender, System e ) : void
MapImage_MouseUp ( object sender, System e ) : void
MapImage_Wheel ( object sender, System e ) : void

Method Details

MapImage() public méthode

Initializes a new map
public MapImage ( ) : System
Résultat System

Refresh() public méthode

Refreshes the map
public Refresh ( ) : void
Résultat void