FMX.Graphics._di_ICanvasObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<ICanvasObject> _di_ICanvasObject;

Properties

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

Description

Represents the DelphiInterface of ICanvasObject.

You can use _di_ICanvasObject to refer to a canvas object in C++ code.

See Also