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