Vcl.Imaging.GIFImg.TGIFFrame.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(const Value: WORD);

C++

void __fastcall SetHeight(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 height of a GIF frame.

The protected SetHeight method is used to modify the height of a GIF frame. The Value parameter specifies the new height.

See Also