FMX.Graphics.ICanvasObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ICanvasObject = interface

C++

__interface  INTERFACE_UUID("{61166E3B-9BC3-41E3-9D9A-5C6AB6460950}") ICanvasObject  : public System::IInterface

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 canvas.

ICanvasObject methods and properties refer to the contained canvas.

See Also