Click or drag to resize

PngCache Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A cache of PNG images.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ImageUtilsPngCache

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static class PngCache

The PngCache type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateBitmap
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.
Public methodStatic memberLoad
Loads a PNG into memory so that it can be decoded into a BMP later. The PNG is loaded into a page.
Public methodStatic memberToSystemImage
Decodes a PNG into an Image. The pixel data is owned by the Image, and will not be overwritten on the next PngCache operation.
Top
See Also