Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / ImageDescription Class
Members


In This Topic
    ImageDescription Class
    In This Topic
    All response types in Xceed Chart for WinForms have an associated object deriving from ImageDescription.
    Object Model
    ImageDescription Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <XmlIncludeAttribute(Xceed.Chart.GraphicsCore.BitmapDescription)>
    <SerializableAttribute()>
    Public Class ImageDescription 
    'Usage
     
    Dim instance As ImageDescription
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [XmlInclude(Xceed.Chart.GraphicsCore.BitmapDescription)]
    [Serializable()]
    public class ImageDescription 
    Inheritance Hierarchy
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Protected Fields
     NameDescription
    Protected Fieldstatic (Shared in Visual Basic)This member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe color resolution of the image.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an exact replica of this ImageDescription object.  
    Public MethodReturns the file extension of the image  
    Public MethodThe image type of of the image  
    Public MethodReturns the mime type of the image.  
    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