FMX.Graphics._di_IBrushObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IBrushObject> _di_IBrushObject;

Properties

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

Description

Represents the DelphiInterface of IBrushObject.

You can use _di_IBrushObject to refer to a brush object in C++ code.

See Also