Vcl.Imaging.GIFImg.TGIFFrame.DoSetBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Sets new coordinates for the GIF frame.

DoSetBounds is a protected method used to modify the coordinates of a GIF frame. The new coordinates are given through parameters.

See Also