TPortableMapFileFormat Class
ImagingPortableMaps | Legend | Members | Methods | Properties | Hierarchy

Base class for Portable Map file formats (or Portable AnyMaps or PNM).

Pascal
public TPortableMapFileFormat = class(TImageFileFormat);
File

ImagingPortableMaps (at line 64)

Description

There are several types of PNM file formats that share common (simple) structure. This class can actually load all supported PNM formats. Saving is also done by this class but descendants (each for different PNM format) control it.

Hierarchy
Related Information
You are here: Symbol Reference > Classes > TPortableMapFileFormat Class