Vcl.Touch.Gestures.TGestureEngine.AddPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddPoint(X, Y: Integer);

C++

void __fastcall AddPoint(int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Adds a new point to the current gesture.

AddPoint inserts a given point to the internal list holding all recognized gesture points. AddPoint is used by the gesturing engines when a new point is caught.

See Also