Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Backends🞂IInteroperabilitySupportInterface

IInteroperabilitySupport

Interface for surface backends supporting direct pixel copying from TGraphic objects.

Declaration ​

pascal
IInteroperabilitySupport = interface(IUnknown)

Description ​

IInteroperabilitySupport enables direct copying of graphical images from VCL/LCL TGraphic objects into the backend surface buffer.

Methods ​

CopyFrom ​

pascal
function CopyFrom(Graphic: TGraphic): Boolean; overload;

Copies pixel data from the specified Graphic instance onto the surface. Returns True if successfully copied.