PngCacheToSystemImage Method | |
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
)
Public Shared Function ToSystemImage (
filename As String
) As Image
Parameters
- filename
- Type: SystemString
The file containing the image to generate.
Return Value
Type:
ImageAn
Image that corresponds to the PNG image.
See Also