ImageExport Class Members
In This Topic
The following tables list the members exposed by ImageExport.
Public Constructors
| Name | Description |
 | ImageExport Constructor | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
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