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