Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / ImageExport Class
Members


In This Topic
    ImageExport Class
    In This Topic
    This object provides the functionality related to export images generated by Xceed Chart for WinForms.
    Object Model
    ImageExport Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Core.ImageExportTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Class ImageExport 
    'Usage
     
    Dim instance As ImageExport
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Core.ImageExportTypeEditor, System.Drawing.Design.UITypeEditor)]
    public class ImageExport 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.ImageExport

    Public Constructors
     NameDescription
    Public ConstructorThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Places a bitmap containing the current chart image in the clipboard.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodRenders the current scene to a System.Drawing.Bitmap object.  
    Public MethodRenders the current scene to a System.Drawing.Bitmap using grayscale convertion.  
    Public MethodRenders the chart into a bitmap with the specified dimensions and returns a HBITMAP handle.  
    Public MethodOverloaded. Saves the current chart image to a file using the dimensions of the control.  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodShows an import export / dialog.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also