Click or drag to resize

PngCacheToSystemImage Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Decodes a PNG into an Image. The pixel data is owned by the Image, and will not be overwritten on the next PngCache operation.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Image ToSystemImage(
	string filename
)

Parameters

filename
Type: SystemString
The file containing the image to generate.

Return Value

Type: Image
An Image that corresponds to the PNG image.
See Also