API:FMX.Gestures.TCustomGestureRecognizer.RotatePoints

From RAD Studio API Documentation

Delphi

function RotatePoints(const Points, GesturePoints: array of TPointF; ErrorMargin: Integer;
var Angle: Double): TGesturePointArray; virtual;

C++

virtual Fmx::Types::TGesturePointArray __fastcall RotatePoints(const System::Types::TPointF *Points, const System::NativeInt Points_High, const System::Types::TPointF *GesturePoints, const System::NativeInt GesturePoints_High, int ErrorMargin, double &Angle);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.