FMX.ScrollBox.NormalizeInViewRect

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox FMX.ScrollBox


説明

対象となる四角形 AContentRect を正規化します。

InViewRect から、このメソッドが呼び出されます。

関連項目