ASPGraphicsUtilsWriteToOutputAsGIF Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Writes a Bitmap to an
HttpResponse stream as a GIF with the specified
color rendered transparent.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void WriteToOutputAsGIF(
Image source,
Color transColor,
HttpResponse response
)
Public Shared Sub WriteToOutputAsGIF (
source As Image,
transColor As Color,
response As HttpResponse
)
Parameters
- source
- Type: System.DrawingImage
The Bitmap to write to the stream - transColor
- Type: System.DrawingColor
Pixels of this color in the source will become transparent
in the output. - response
- Type: System.WebHttpResponse
The HttpResponse to write to.
See Also