ASPGraphicsUtilsClientSupportsTransparency Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates whether the client supports PNG transparency. IE6 and below does not.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static bool ClientSupportsTransparency(
HttpRequest request
)
Public Shared Function ClientSupportsTransparency (
request As HttpRequest
) As Boolean
Parameters
- request
- Type: System.WebHttpRequest
The request sent by the client.
Return Value
Type:
BooleanWhether the client supports PNG transparency.
See Also