GestureCtrls.TCustomGesturePreview.UpdatePosition
From RAD Studio VCL Reference
Contents |
Delphi Information
From GestureCtrls.pas
procedure UpdatePosition virtual;
Unit: GestureCtrls
Type: method
Visibility: protected
Member Of: TCustomGesturePreview
C++ Information
From GestureCtrls.hpp
virtual void __fastcall UpdatePosition(void);
Unit: GestureCtrls
Type: method
Visibility: protected
Member Of: 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.