FMX.Graphics.TPathData.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Description

Clears the current TPathData.

Clear removes all the figures from the current TPathData.

It clears the Points array.

See Also