FMX.Gestures.TCustomGestureRecognizer.RemoveDuplicatedGesturePoints

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

Delphi

class function RemoveDuplicatedGesturePoints(const Points: array of TPointF): TGesturePointArray; static;

C++

static Fmx::Types::TGesturePointArray __fastcall RemoveDuplicatedGesturePoints(const System::Types::TPointF *Points, const int Points_High);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TCustomGestureRecognizer


説明

重複頂点のない新しいジェスチャ点リストを返します。

RemoveDuplicatedGesturePoints クラス関数は Points パラメータ(TPointF の配列)を受け取り、重複頂点のない新しいジェスチャ点リストを返します。

関連項目