FMX.Graphics._di_IBitmapObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IBitmapObject> _di_IBitmapObject;

Properties

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

Description

Represents the DelphiInterface of IBitmapObject.

You can use _di_IBitmapObject to refer to a bitmap object in C++ code.

See Also