Platform |
Win32, x64 |
Purpose |
To allow the interchange of graphics between drawing surfaces and other Windows applications. |
Syntax |
INTEGER FUNCTION GRAPHICS_TO_CLIPBOARD@(X1,Y1,X2,Y2) |
Description |
Places a rectangular area of a drawing surface on to the clipboard so that other Windows programs can use the image. X1, Y1 is the top left corner of the area. X2, Y2 is the lower right corner of the area. |
Return value |
Returns 1 for success and zero on failure. |
See also |
COPY_FROM_CLIPBOARD@, COPY_TO_CLIPBOARD@, CLIPBOARD_TO_SCREEN_BLOCK@ |