FMX.Gestures.TGestureEngine.AddPoint

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

Delphi

procedure AddPoint(const X, Y: Single);

C++

void __fastcall AddPoint(const float X, const float Y);

プロパティ

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


説明

ジェスチャの一部として処理される点をエンジンに追加します。

AddPoint は、渡された点を内部リストに入れます。このリストは、認識されているジェスチャ点がすべて保持されています。AddPoint は、新しい点がキャプチャされると、ジェスチャ エンジンによって使用されます。

関連項目