PngCache Methods | ![]() |
The PngCache type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateBitmap |
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.
|
![]() ![]() | Load |
Loads a PNG into memory so that it can be decoded into a BMP later. The PNG is loaded
into a page.
|
![]() ![]() | ToSystemImage |
Decodes a PNG into an Image. The pixel data is owned by the Image, and will not be
overwritten on the next PngCache operation.
|