Vcl.Imaging.GIFImg.TGIFFrame.ScaleRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScaleRect(DestRect: TRect): TRect;

C++

System::Types::TRect __fastcall ScaleRect(const System::Types::TRect &DestRect);

Properties

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

Description

Calculates the area covered by the frame.

ScaleRect calculates the area covered by the frame, receiving the destination rectangle through the DestRect parameter.

See Also