FMX.Gestures.TCustomGestureRecognizer.CopyGesturePoints

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

Delphi

class function CopyGesturePoints(const Points: TGesturePoints): TGesturePointArray; static;

C++

static Fmx::Types::TGesturePointArray __fastcall CopyGesturePoints(System::Generics::Collections::TList__1<System::Types::TPointF>* const Points);

プロパティ

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


説明

ジェスチャ ポイント配列のコピーを作成し返します。

クラス メソッド CopyGesturePoints では、TGesturePoints 型の Points パラメータを受け取り、その配列のコピーを作成して、そのコピー(TGesturePointArray 型)を返します。

関連項目