API:FMX.Gestures.TCustomGestureRecognizer.ScaleGesturePoints

From 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 System::NativeInt Points_High, const System::Types::TPointF *GesturePoints, const System::NativeInt GesturePoints_High, const int MinScale, const bool Scaling = false);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TCustomGestureRecognizer

Description

Embarcadero Technologies does not currently have any additional information.