FMX.ScrollBox.NormalizeInViewRect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function NormalizeInViewRect(const AContentRect: TRectF; const AViewportSize: TSizeF; const AWishedViewPortRect: TRectF): TRectF;

C++

extern DELPHI_PACKAGE System::Types::TRectF __fastcall NormalizeInViewRect(const System::Types::TRectF &AContentRect, const System::Types::TSizeF &AViewportSize, const System::Types::TRectF &AWishedViewPortRect);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox


Description

Normalise le rectangle cible AContentRect.

InViewRect appelle cette méthode.

Voir aussi