Vcl.Imaging.GIFImg.TGIFFrame.GetClientRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClientRect: TRect;

C++

System::Types::TRect __fastcall GetClientRect();

Properties

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

Description

Returns the client's rectangle.

GetClientRect is a protected method that returns a rectangle that fits the image contained by the GIF frame.

See Also