Xceed Words for .NET v5.1 Documentation
Xceed.Drawing.NET Assembly / Xceed.Drawing Namespace / Image Class
Members


In This Topic
    Image Class
    In This Topic
    Encapsulates a SkiaSharp.SKImage in .NET5+ or a System.Drawing.Image in .NET Framework.
    Syntax
    'Declaration
     
    Public Class Image 
    'Usage
     
    Dim instance As Image
    public class Image 
    Inheritance Hierarchy

    System.Object
       Xceed.Drawing.Image

    Public Properties
     NameDescription
    Public PropertyGets the Image's height.  
    Public PropertyGets the Image's horizontal resolution.  
    Public PropertyGets the value of the Image object.  
    Public PropertyGets the Image's vertical resolution.  
    Public PropertyGets the Image's width.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a copy of an Image.  
    Public Methodstatic (Shared in Visual Basic)Creates a memory stream from a .jpeg image.  
    Public Methodstatic (Shared in Visual Basic)Returns the Image's format as a string.  
    Public MethodReleases all resources used by the Image.  
    Public MethodDraw the Image based on rotation & cropping values.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a Bitmap object.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a file's path.  
    Public Methodstatic (Shared in Visual Basic)Creates an Image from a stream object.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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