FMX.ScrollBox.NormalizeInViewRect

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox

Description

Normalizes the target rectangle AContentRect.

InViewRect calls this method.

See Also