FMX.ListView.Types.TListItemDrawable.InLocalRect

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

Delphi

function InLocalRect(const Point: TPointF): Boolean;

C++

bool __fastcall InLocalRect(const System::Types::TPointF &Point);

プロパティ

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


説明

InLocalRect はブーリアン値で、Point がローカル矩形の中にある場合には、true を返します。

関連項目