BingTiledProviderGetImageStream Method |
Retrieves the image of a certain map tile and returns it as image stream.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Stream GetImageStream(
int x,
int y,
int zoom
)
Public Function GetImageStream (
x As Integer,
y As Integer,
zoom As Integer
) As Stream
public:
virtual Stream^ GetImageStream(
int x,
int y,
int zoom
) sealed
abstract GetImageStream :
x : int *
y : int *
zoom : int -> Stream
override GetImageStream :
x : int *
y : int *
zoom : int -> Stream
Parameters
- x
- Type: SystemInt32
X coordinate of the tile. - y
- Type: SystemInt32
Y coordinate of the tile. - zoom
- Type: SystemInt32
Zoom factor of the tile.
Return Value
Type:
Stream Image stream of the specified tile.
Implements
ITiledProviderGetImageStream(Int32, Int32, Int32)See Also