Vcl.Touch.Gestures.TGestureEngine.PointCount

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

Delphi

property PointCount: Integer read GetPointCount;

C++

__property int PointCount = {read=GetPointCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

説明

収集したジェスチャ ポイントの数を示します。

PointCount プロパティは、ジェスチャ エンジンが収集したジェスチャ エンジンの数を示します。 ジェスチャ エンジンはパスをより滑らかにする方法に沿ってさらにポイントを追加するため、PointCount プロパティが返す数は実際に取得したポイントの数と異なる場合があります。

関連項目