Vcl.Touch.GestureCtrls.TCustomGesturePreview.EraseAnimatePoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EraseAnimatePoint(Index: Integer); virtual;

C++

virtual void __fastcall EraseAnimatePoint(int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Erases the animated point.

EraseAnimatePoint is used internally by the gesture preview control to erase the animated point given by an index. You can override EraseAnimatePoint in descending classes to implement custom erasing techniques.

See Also