Vcl.Imaging.GIFImg.TCustomGIFRenderer.Image

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Image: TGIFImage read FImage;

C++

__property TGIFImage* Image = {read=FImage};

Properties

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

Description

Specifies the currently rendered GIF image.

Image is a read-only property that specifies the GIF image currently rendered by the TCustomGIFRenderer instance.