FMX.Graphics.TPathObject

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPathObject

Delphi

TPathObject = class(TFmxObject, IPathObject)

C++

class PASCALIMPLEMENTATION TPathObject : public Fmx::Types::TFmxObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Base class for all objects that contain or manipulate path data.

TPathObject implements functionality for holding a TPathData object. If you need to create a component that is able to manipulate and/or display path data, then you should inherit from TPathObject.

See Also