Vcl.Imaging.GIFImg.TGIFFrame.BoundsRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BoundsRect: TRect read GetBoundsRect write SetBoundsRect;

C++

__property System::Types::TRect BoundsRect = {read=GetBoundsRect, write=SetBoundsRect};

Properties

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

Description

Specifies the coordinates of the GIF frame.

BoundsRect specifies the coordinates of the GIF frame.

See Also