FMX.Gestures.TCustomGestureRecognizer.InterpolateGesturePoints

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

Delphi

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

C++

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

プロパティ

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


説明

補間されたソース点を保有する新しい配列を返します。

InterpolateGesturePoints クラス メソッドは Points パラメータ(TPointF の配列)を受け取り、補間点を TGesturePointArray として返します。

関連項目