Vcl.Imaging.pngimage.TPngImage.GetEmpty

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function GetEmpty: Boolean; {$IFDEF UseDelphi}override; {$ENDIF}

C++

virtual bool __fastcall GetEmpty();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Checks whether the png image is empty.

GetEmpty checks if the png image is empty. GetEmpty is the getter method for the Empty property of the png image.

See Also