C# Class WPFMapControlTest.MapControl1

Inheritance: MapControlBase
显示文件 Open project: tomba/dwarrowdelf

Public Methods

Method Description
MapControl1 ( ) : System

Protected Methods

Method Description
CreateTile ( ) : UIElement
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
UpdateTile ( UIElement _tile, IntPoint ml ) : void

Method Details

CreateTile() protected method

protected CreateTile ( ) : UIElement
return UIElement

MapControl1() public method

public MapControl1 ( ) : System
return System

OnMouseMove() protected method

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

UpdateTile() protected method

protected UpdateTile ( UIElement _tile, IntPoint ml ) : void
_tile UIElement
ml IntPoint
return void