Vcl.Imaging.GIFImg.TGIFFrame.SetBoundsRect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetBoundsRect(const Value: TRect);

C++

void __fastcall SetBoundsRect(const System::Types::TRect &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 neue Koordinaten für den GIF-Frame.

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

Siehe auch