Vcl.Imaging.GIFImg.TGIFFrame.SetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWidth(const Value: WORD);

C++

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

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

See Also