FMX.Gestures.TCustomGestureRecognizer.ScaleGesturePoints

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

Delphi

class function ScaleGesturePoints(const Points, GesturePoints: array of TPointF; const MinScale: Integer;  const Scaling: Boolean = False): TGesturePointArray; static;

C++

static Fmx::Types::TGesturePointArray __fastcall ScaleGesturePoints(const System::Types::TPointF *Points, const int Points_High, const System::Types::TPointF *GesturePoints, const int GesturePoints_High, const int MinScale, const bool Scaling = false);

プロパティ

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


説明

倍率変更された新しいジェスチャの点のリストを返します。

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

パラメータ 説明
Points 倍率変更される入ってきた正規化による配列。
GesturePoints 入ってきたの配列で、最初のフィルタを過ぎ、正規化可能な状態。
MinScale 指定可能な倍率の最小値。倍率がこの値よりも低かった場合、倍率変更は行われません。
Scaling 倍率変更が非均整かどうかを示します。

関連項目