Vcl.Imaging.GIFImg.TGIFFrame.DoSetBounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoSetBounds(ALeft, ATop, AWidth, AHeight: integer);

C++

void __fastcall DoSetBounds(int ALeft, int ATop, int AWidth, int AHeight);

Eigenschaften

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

Beschreibung

Setzt neue Koordinaten für den GIF-Frame.

DoSetBounds ist eine als protected deklarierte Methode, die zum Ändern der Koordinaten eines GIF-Frames verwendet wird. Die neue Koordinaten werden durch Parameter angegeben.

Siehe auch