FMX.Layouts.TCustomScrollBox.GetContentBounds

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

Delphi

function GetContentBounds: TRectF;

C++

System::Types::TRectF __fastcall GetContentBounds();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

説明

スクロール領域を定義する四角形の境界を返します。 結果の値は、TRectF 型です。

関連項目