CopyFigureToClipboard()
Summary
Copies a figure to the Windows clipboard.
Syntax
CopyFigureToClipboard(string figure_name)
| Argument | Contents |
|---|---|
| figure_name | The name of the figure, or null for the current figure |
Notes
-
The figure is placed on the clipboard as both a bitmap and a metafile.
Example
CopyFigureToClipboard("My Chart")
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | The specified figure does not exist, or one or both data formats failed in creation or copying |
See Also
| Function | Summary |
|---|---|
| SaveFigure() | Saves a figure to a file |
| SaveFigureToBitmap() | Saves a figure as a Windows bitmap file |
| SaveFigureToMetafile() | Saves figure graphics to a Windows metafile |