Vcl.Imaging.GIFImg.TCustomGIFRenderer.TargetRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetRect: TRect read FDestRect;

C++

__property System::Types::TRect TargetRect = {read=FDestRect};

Properties

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

Description

Specifies the bounding rectangle to use when rendering GIF images or animations.

TargetRect is a read-only property that specifies the bounding rectangle to use when rendering GIF images or animations.

See Also