FMX.MultiTouch.TMultiTouchManager.IsZoom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

bool __fastcall IsZoom(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 Zoom. For a list of supported interactive gestures, see TInteractiveGestures.