Vcl.Imaging.GIFImg.TGIFFrame.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: WORD read FImageDescriptor.Height write SetHeight;

C++

__property System::Word Height = {read=FImageDescriptor.Height, write=SetHeight, nodefault};

Properties

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

Description

Specifies the height of the GIF frame.

The Height property specifies the height of the GIF frame.

See Also