Vcl.Imaging.GIFImg.TGIFFrame.SetBoundsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBoundsRect(const Value: TRect);

C++

void __fastcall SetBoundsRect(const System::Types::TRect &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 new coordinates for the GIF frame.

SetBoundsRect is a protected method used to modify the coordinates of a GIF frame. The new coordinates are given through the Value parameter.

See Also