C# Class WPFMapControlTest.MapControl2

Inheritance: MapControlBase2
Show file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
MapControl2 ( ) : System

Protected Methods

Method Description
CreateTile ( double x, double y ) : Visual
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
UpdateTile ( Visual _tile, IntPoint ml ) : void

Method Details

CreateTile() protected method

protected CreateTile ( double x, double y ) : Visual
x double
y double
return Visual

MapControl2() public method

public MapControl2 ( ) : 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 ( Visual _tile, IntPoint ml ) : void
_tile Visual
ml IntPoint
return void