IImage

Interface IImage

Namespace: Imagise.Core
Assembly: Imagise.Core.dll

public interface IImage

Properties

Height

int Height { get; }

Property Value

int

IsVectorImage

bool IsVectorImage { get; }

Property Value

bool

Width

int Width { get; }

Property Value

int

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