Vcl.Imaging.GIFImg.TGIFFrame.FreeMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeMask;

C++

void __fastcall FreeMask();

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Deletes the mask of a GIF frame.

FreeMask is a protected method used to destroy the mask of a GIF frame.

See Also