API:FMX.Gestures.TCustomGestureRecognizer.IsScratchout

From RAD Studio API Documentation

Delphi

class function IsScratchout(const Points: array of TPointF; GestureID: TGestureID;
const Deviation, ErrorMargin: Integer; var Percentages: array of Double): Integer; static;

C++

static int __fastcall IsScratchout(const System::Types::TPointF *Points, const System::NativeInt Points_High, Fmx::Types::TGestureID GestureID, const int Deviation, const int ErrorMargin, double *Percentages, const System::NativeInt Percentages_High);

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.