Vcl.Imaging.pngimage.EPNGInvalidNewSize

From RAD Studio API Documentation
Jump to: navigation, search


System.SysUtils.ExceptionSystem.TObjectEPNGInvalidNewSize

Delphi

EPNGInvalidNewSize = class(Exception);

C++

class PASCALIMPLEMENTATION EPNGInvalidNewSize : 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

EPNGInvalidNewSize is the exception raised when an invalid size is passed to the resizing method.

EPNGInvalidNewSize is the exception raised when the new size for a png image is invalid. The height and the width of a png image must be non-negative and less than 65535.