Vcl.Imaging.GIFImg.TGIFFrame.ClientRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClientRect: TRect read GetClientRect;

C++

__property System::Types::TRect ClientRect = {read=GetClientRect};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Specifies the width and height of the rectangle containing the GIF frame.

ClientRect specifies the width and height of the rectangle containing the GIF frame. The Top and Left coordinates are set to 0.

See Also