FMX.Controls.Presentation.TPointInObjectLocalInfo

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

Delphi

  TPointInObjectLocalInfo = record
    Point: TPointF;
    Result: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TPointInObjectLocalInfo
{
public:
    System::Types::TPointF Point;
    bool Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation


説明

指定された点にあるローカル コントロールのヒット テスト ポイントに関する情報です。

関連項目