FMX.Gestures.TCustomGestureRecognizer.NormalizeGesturePoints
Delphi
class function NormalizeGesturePoints(const Points: array of TPointF): TGesturePointArray; static;
C++
static Fmx::Types::TGesturePointArray __fastcall NormalizeGesturePoints(const System::Types::TPointF *Points, const System::NativeInt Points_High);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TCustomGestureRecognizer |
説明
正規化された点からなる新しいジェスチャ点リストを返します。
NormalizeGesturePoints クラス関数は Points パラメータ(TPointF の配列)を受け取り、正規化された点からなる新しいジェスチャ点リストを返します。