FMX.Types3D.TTexture.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEmpty: Boolean;

C++

bool __fastcall IsEmpty();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TTexture

Description

Verifies whether the current texture is empty.

A texture is empty if at least one of its sizes is 0.

IsEmpty returns True if the current texture is empty, and False otherwise.

See Also