[Overview][Types][Classes][Procedures and functions][Index] |
Uses XGetImage to get the pixel data of the currently stored TWindow. The image data is passed as result.
Source position: os_linux.pas line 49
public function TWindow.ReturnData( |
xs: Integer; |
ys: Integer; |
width: Integer; |
height: Integer |
):TRetData; override; |