Vcl.Graphics.EInvalidGraphicOperation
Error: Image is invalid or non-existent.
Delphi
EInvalidGraphicOperation = class(Exception);
C++
class PASCALIMPLEMENTATION EInvalidGraphicOperation : public System::Sysutils::Exception
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
EInvalidGraphicOperation is the exception class for illegal operations on graphics.
EInvalidGraphicOperation is raised when an illegal operation is attempted on a graphic. For example, an EInvalidGraphicOperation exception is raised when an application attempts to resize an icon or copy an icon to the Clipboard.