[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'os_linux' (#Simba)

TWindow.ReturnData

Uses XGetImage to get the pixel data of the currently stored TWindow. The image data is passed as result.

Declaration

Source position: os_linux.pas line 49

public function TWindow.ReturnData(

  xs: Integer;

  ys: Integer;

  width: Integer;

  height: Integer

):TRetData; override;