XMapTiledProviderBaseGetImageStream Method (Int32, Int32, Int32) |
Returns a serialized bitmapCache.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public virtual Stream GetImageStream(
int tileX,
int tileY,
int zoom
)
Public Overridable Function GetImageStream (
tileX As Integer,
tileY As Integer,
zoom As Integer
) As Stream
public:
virtual Stream^ GetImageStream(
int tileX,
int tileY,
int zoom
)
abstract GetImageStream :
tileX : int *
tileY : int *
zoom : int -> Stream
override GetImageStream :
tileX : int *
tileY : int *
zoom : int -> Stream
Parameters
- tileX
- Type: SystemInt32
- tileY
- Type: SystemInt32
- zoom
- Type: SystemInt32
Zoom level.
Return Value
Type:
Stream The stream containing the map image.
Implements
ITiledProviderGetImageStream(Int32, Int32, Int32)See Also