FMX.Gestures.TCustomGestureRecognizer.ReverseGesturePoints

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

Delphi

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

C++

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

プロパティ

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


説明

ジェスチャ点の配列を反転したものを、新たに作成して返します。

ReverseGesturePoints クラス関数は Points パラメータ(TPointF の配列)を受け取り、ジェスチャ点の配列を反転させたものを新たに返します。

関連項目