Graphic Delphi

Title: Get the canvas from the screen
Use Keybd_Event procedure with 'VK_SNAPSHOT' and '1' parameters for this operation.
Keybd_Event(VK_SNAPSHOT, 1, 0, 0);