FMX.Objects.TCustomPath.Resize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize; override;

C++

virtual void __fastcall Resize();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCustomPath

Description

Resize is called when TCustomPath is resized.

Resize calls the inherited FMX.Controls.TControl.Resize method and then sets that the TCustomPath image needs to be updated.

See Also