C# Class OsmMapControlLibrary.TileInfo

This class stores information about a tile
Afficher le fichier Open project: christophwille/winrt-openstreetmap-control Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SourceOnImageOpened ( object sender, RoutedEventArgs routedEventArgs ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetCoordinates() public méthode

Gets the coordinate of the image
public GetCoordinates ( double zoom ) : Point
zoom double
Résultat Point

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LoadImage() public méthode

Loads the image by tileposition
public LoadImage ( ITileProvider tileProvider ) : void
tileProvider ITileProvider
Résultat void