FMX.Types.TCustomGestureCollectionItem.Points

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

Delphi

property Points: TGesturePointArray read GetPoints write SetPoints;

C++

__property TGesturePointArray Points = {read=GetPoints, write=SetPoints};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

説明

ジェスチャの定義および識別に使用された x, y 座標の配列

Points プロパティは TGesturePointArray 型で、ジェスチャを定義する幾何学ポイントの配列です。 これらの座標への距離がレコグナイザに使用され、ジェスチャを識別します。Custom Gesture ダイアログ内で、カスタム ジェスチャのポイント配列を検査および編集してください。

関連項目