C# Class OsmMapControlLibrary.TileInfo

This class stores information about a tile
ファイルを表示 Open project: christophwille/winrt-openstreetmap-control Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetCoordinates ( double zoom ) : Point

Gets the coordinate of the image

GetHashCode ( ) : int
LoadImage ( ITileProvider tileProvider ) : void

Loads the image by tileposition

Private Methods

Method Description
SourceOnImageOpened ( object sender, RoutedEventArgs routedEventArgs ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetCoordinates() public method

Gets the coordinate of the image
public GetCoordinates ( double zoom ) : Point
zoom double
return Point

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadImage() public method

Loads the image by tileposition
public LoadImage ( ITileProvider tileProvider ) : void
tileProvider ITileProvider
return void