FMX.ScrollBox.NormalizeInViewRect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox


Beschreibung

Normalisiert das Zielrechteck AContentRect.

Diese Methode wird von InViewRect aufgerufen.

Siehe auch