Vcl.Touch.GestureCtrls.TCustomGesturePreview.UpdatePosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdatePosition; virtual;

C++

virtual void __fastcall UpdatePosition();

Properties

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

Description

Updates the internal states based on the new size and position.

UpdatePosition is used internally by the gesture preview control. UpdatePosition is called each time either the position or the size of the control is changed.

See Also