PngCacheLoad Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Loads a PNG into memory so that it can be decoded into a BMP later. The PNG is loaded
into a page.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void Load(
string filename
)
Public Shared Sub Load (
filename As String
)
Parameters
- filename
- Type: SystemString
The filename of the PNG.
See Also