TImagingGraphicForSave Class
ImagingComponents | Legend | Members | Methods | Properties | Hierarchy

Base class for file format specific TGraphic classes that use Imaging for saving.

Pascal
public TImagingGraphicForSave = class(TImagingGraphic);
File

ImagingComponents (at line 109)

Description

Each descendant class can load all file formats supported by Imaging but save only one format (TImagingBitmap for *.bmp, TImagingJpeg for *.jpg). Format specific classes also allow easy access to Imaging options that affect saving of files (they are properties here).

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