Vcl.Imaging.GIFImg.TGIFFrame.Mask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mask: HBitmap read FMask;

C++

__property HBITMAP Mask = {read=FMask, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Provides a mask object for the image contained by the GIF frame.

The Mask property specifies a mask associated with the image contained by the GIF frame.

See Also