FMX.Gestures.TCustomGestureRecognizer.RotateGesturePoints

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

Delphi

class function RotateGesturePoints(const Points, GesturePoints: array of TPointF; ErrorMargin: Integer;  var Angle: Double): TGesturePointArray; static;

C++

static Fmx::Types::TGesturePointArray __fastcall RotateGesturePoints(const System::Types::TPointF *Points, const int Points_High, const System::Types::TPointF *GesturePoints, const int GesturePoints_High, int ErrorMargin, double &Angle);

プロパティ

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


説明

ある角度を回転させた新しいジェスチャ点リストを返します。

RotateGesturePoints は、次のパラメータを受け取ります:

パラメータ 説明
Points 入ってきた正規化の配列で、リコグナイザによって処理可能な状態。
GesturePoints 入ってきたの配列で、最初のフィルタを過ぎ、正規化可能な状態。
ErrorMargin 指定可能なエラー マージンの最大値。
Angle 点の集合体を回転させる角度。

関連項目