| 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. |
|