Table of Contents

Class PlessImageHandler

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Implements abstract base class with some common methods and properties which allow to work with images.

public abstract class PlessImageHandler : DisposableObject, IBaseObject, IDisposableObject, IDisposable
Inheritance
PlessImageHandler
Implements
Derived

Methods

Load(string, BitmapType)

Loads an image from a file or resource.

LoadFromStream(Stream)

Loads image from stream.

LoadFromStream(Stream, BitmapType)

Loads an image from an input stream.

SaveToFile(string, BitmapType, int)

Saves this Image to the specified file.

SaveToFile(string, int)

Saves this Image to the specified file.

SaveToStream(Stream, ImageFormat, int)

Saves this image to the specified stream in the specified format.

SaveToStream(Stream, BitmapType, int)

Saves this image to the specified stream in the specified format defined in type.