Vcl.Imaging.pngimage.EPNGNoImageData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


System.SysUtils.ExceptionSystem.TObjectEPNGNoImageData

Delphi

EPNGNoImageData = class(Exception);

C++

class PASCALIMPLEMENTATION EPNGNoImageData : public System::Sysutils::Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Beschreibung

EPNGNoImageData wird bei einer inkorrekten PNG-Bilddatei ausgelöst.

EPNGNoImageData wird ausgelöst, wenn die gelesene PNG-Bilddatei keine Bilddaten (IDAT-Chunk) enthält.