Vcl.Imaging.GIFImg.TGIFFrame.SetTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTop(const Value: WORD);

C++

void __fastcall SetTop(const System::Word Value);

Properties

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

Description

Sets the top coordinate of a GIF frame.

The protected SetTop method is used to modify the top coordinate of a GIF frame. The Value parameter specifies the new coordinate.

See Also