Click or drag to resize

XMapTiledProviderBaseSaveAndConvert Method

Saves an image in a stream and returns this stream.

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected MemoryStream SaveAndConvert(
	Bitmap image
)

Parameters

image
Type: System.DrawingBitmap
The image to process.

Return Value

Type: MemoryStream
The image as stream.
See Also