FMX.MultiTouch.TMultiTouchManager.IsRotate

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

Delphi

function IsRotate(const APoint1, APoint2: TPointF): Boolean;

C++

bool __fastcall IsRotate(const System::Types::TPointF &APoint1, const System::Types::TPointF &APoint2);

プロパティ

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


説明

現在のジェスチャが回転(Rotate)であることを示す protected メソッドです。サポートされている対話型ジェスチャの一覧については、TInteractiveGestures を参照してください。