Herd Software Development
DaVinci Graphics Library
DaVinci Documentation
Properties Methods Events Overview
procedure ClipboardCopy;
Copies the image currently loaded into the component to the clipboard. (+++In what formats: just CF_DIB???) Other applications can take the picture from the clipboard. This method copies only the entire image. Selection of specific areas is not directly implemented.
Images are saved to the clipboard in their native format, thus DIB images are only saved to the Clipboard in CF_DIB format, Metafile images as CF_METAFILEPICT and enhanced Metafiles as CF_ENHMETAFILE.