C# Class SharpMap.Forms.MapImage

Inheritance: System.Windows.Forms.PictureBox
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
MapImage ( ) : System

Initializes a new map

Refresh ( ) : void

Refreshes the map

Private Methods

Method 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 method

Initializes a new map
public MapImage ( ) : System
return System

Refresh() public method

Refreshes the map
public Refresh ( ) : void
return void