Click or drag to resize

ImageReprojectorStreamImage Method

Writes the bytes of an image into a MemoryStream and returns that stream.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual Stream StreamImage(
	Image image
)

Parameters

image
Type: System.DrawingImage
Image from which a memory stream should be generated.

Return Value

Type: Stream
Memory stream of the image.
See Also