Vcl.Imaging.GIFImg.TGIFFrame.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: WORD read FImageDescriptor.Top write SetTop;

C++

__property System::Word Top = {read=FImageDescriptor.Top, write=SetTop, nodefault};

Properties

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

Description

Specifies the top coordinate of the GIF frame.

The Top property specifies the top coordinate of the GIF frame.

See Also