FMX.Graphics._di_IPathObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IPathObject> _di_IPathObject;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Graphics.hpp FMX.Graphics FMX.Graphics

Description

Represents the DelphiInterface of IPathObject.

You can use _di_IPathObject to refer to a path object in C++ code.

See Also