Vcl.Touch.GestureCtrls.TCustomGesturePreview.Resize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize; override;

C++

DYNAMIC void __fastcall Resize(void);

Properties

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

Description

Overrides the standard resize method.

Resize is called internally by the VCL framework whenever the gesture preview control is being resized. Resize modifies the internal states based on the new reported size.

See Also