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.