FMX.Graphics.IPathObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPathObject = interface(IFreeNotificationBehavior)

C++

__interface  INTERFACE_UUID("{8C014863-4F69-48F2-9CF7-E336BFD3F06B}") IPathObject  : public Fmx::Types::IFreeNotificationBehavior

Properties

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

Description

Interface that defines an object that contains a path.

IPathObject methods and properties refer to the contained brush.

See Also