The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CopyToClipboard


Unit: SDL_rchart
Class: TContourPlot
Declaration: [1] procedure CopyToClipboard (BlkWhite: boolean);
[2] procedure CopyToClipboard (BlkWhite, IncludeCrossHairs: boolean);

The method CopyToClipboard copies the bitmap of the contour plot into the Windows clipboard. The plot is stored as a black-and-white copy if the parameter BlkWhite is set to TRUE. The currently visible crosshair is only copied if IncludeCrossHairs is set to TRUE.

Hint: The screen copy generated by CopyToClipboard includes the scale region. If you want to copy the data area only (not including the scale area) you should use the method CopyToClipboardDAOnly.



Last Update: 2023-Dec-13