Click or drag to resize

PngCacheCreateBitmap Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Decodes a PNG into a Bitmap. The pixel data is owned by the PngCache to minimize memory usage, and will 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 Bitmap CreateBitmap(
	string filename
)

Parameters

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

Return Value

Type: Bitmap
A bitmap that corresponds to the PNG image.
See Also