FMX.MultiTouch.TMultiTouchManager.IsRotate
Delphi
function IsRotate(const APoint1, APoint2: TPointF): Boolean;
C++
bool __fastcall IsRotate(const System::Types::TPointF &APoint1, const System::Types::TPointF &APoint2);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | FMX.MultiTouch.pas FMX.MultiTouch.hpp  | 
        FMX.MultiTouch | TMultiTouchManager | 
Description
The protected method that indicates the current gesture is Rotate. For a list of supported interactive gestures, see TInteractiveGestures.