IImage
Interface IImage
Namespace: Imagise.Core
Assembly: Imagise.Core.dll
public interface IImageProperties
Height
int Height { get; }Property Value
IsVectorImage
bool IsVectorImage { get; }Property Value
Width
int Width { get; }Property Value
Methods
Save(string, ImageOptions)
void Save(string filePath, ImageOptions options)Parameters
filePath string
options ImageOptions
Save(Stream, ImageOptions)
void Save(Stream stream, ImageOptions options)Parameters
stream Stream
options ImageOptions
Save(string)
void Save(string filePath)Parameters
filePath string
Save(Stream)
void Save(Stream stream)Parameters
stream Stream