ImageExport Class Methods
In This Topic
For a list of all members of this type, see ImageExport members.
Public Methods
| Name | Description |
 | CopyToClipboard | Overloaded. Places a bitmap containing the current chart image in the clipboard. |
 | RenderSVGDocument | This member is reserved for internal use and is not intended to be used directly from your code. |
 | RenderToBitmap | Renders the current scene to a System.Drawing.Bitmap object. |
 | RenderToBitmapGrayScale | Renders the current scene to a System.Drawing.Bitmap using grayscale convertion. |
 | RenderToHBitmap | Renders the chart into a bitmap with the specified dimensions and returns a HBITMAP handle. |
 | SaveToImageFile | Overloaded. Saves the current chart image to a file using the dimensions of the control. |
 | SaveToSVGFile | This member is reserved for internal use and is not intended to be used directly from your code. |
 | ShowDialog | Shows an import export / dialog. |
Top
Protected Methods
| Name | Description |
 | GetImageCodecInfo | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
See Also