Click or drag to resize

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
)

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