FMX.Graphics.IBitmapObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBitmapObject = interface(IFreeNotificationBehavior)

C++

__interface  INTERFACE_UUID("{5C17D001-47C1-462F-856D-8358B7B2C842}") IBitmapObject  : 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 bitmap.

IBitmapObject methods and properties refer to the contained bitmap.

See Also