Click or drag to resize

ASPGraphicsUtilsRespondWithImage Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Writes an image to the supplied HttpReponse. If the client supports PNG transparency then it is written as a PNG, otherwise it is written as a GIF with Color.Magenta as the transparent color.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static void RespondWithImage(
	HttpRequest request,
	HttpResponse response,
	Image image
)

Parameters

request
Type: System.WebHttpRequest
The request sent by the client.
response
Type: System.WebHttpResponse
The response that is going to be sent to the client.
image
Type: System.DrawingImage
The image that is to be sent to the client.
See Also