Image
Class Image
Namespace: Imagise.Core
Assembly: Imagise.Core.dll
[Obfuscation(Feature = "renaming", Exclude = true, ApplyToMembers = true)]
public class Image : IImage, IDisposable
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Bounds
public Rectangle Bounds { get; }
Property Value
FileFormat
public FileFormat FileFormat { get; }
Property Value
HasAlpha
public bool HasAlpha { get; }
Property Value
Height
public int Height { get; }
Property Value
IsVectorImage
public bool IsVectorImage { get; }
Property Value
Size
public Size Size { get; }
Property Value
Width
public int Width { get; }
Property Value
Methods
Dispose()
public void Dispose()
Load(string)
public static Image Load(string path)
Parameters
path
string
Returns
Load(Stream)
public static Image Load(Stream stream)
Parameters
stream
Stream
Returns
Save(string, ImageOptions)
public void Save(string filePath, ImageOptions options)
Parameters
filePath
string
options
ImageOptions
Save(Stream, ImageOptions)
public void Save(Stream stream, ImageOptions options)
Parameters
stream
Stream
options
ImageOptions
Save(string)
public void Save(string filePath)
Parameters
filePath
string
Save(Stream)
public void Save(Stream stream)
Parameters
stream
Stream