Vcl.Imaging.pngimage.EPNGNoImageData

From RAD Studio API Documentation
Jump to: navigation, search


System.SysUtils.ExceptionSystem.TObjectEPNGNoImageData

Delphi

EPNGNoImageData = class(Exception);

C++

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

Properties

Type Visibility Source Unit Parent
class public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage Vcl.Imaging.pngimage

Description

EPNGNoImageData is the exception raised for an incorrect png image file.

EPNGNoImageData is the exception raised when the read png image file does not contain image data (IDAT chunk).