Vcl.Imaging.GIFImg.TGIFFrame.SetWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetWidth(const Value: WORD);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Beschreibung

Setzt die Breite eines GIF-Frames.

Die als protected deklarierte SetWidth-Methode wird verwendet, um die Breite eines GIF-Frames zu ändern. Der Value-Parameter legt die neue Breite fest.

Siehe auch