Click or drag to resize
ImageEditor Class
Provides a set of image manipulation functions (resize, crop, transform) for basic image editor support.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.EditorImageEditor

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ImageEditor : IDisposable

The ImageEditor type exposes the following members.

Constructors
  NameDescription
Public methodImageEditor
Creates a new instance of the ImageEditor class with the specified image
Top
Methods
  NameDescription
Public methodAlpha
Applies an alpha channel (transparency) to the image.
Public methodCrop
Crops the image with the specified dimensions
Public methodDispose
Called when the class is disposed. This will dispose the edited image instance.
Public methodFixGifColors
Fixes a problem with the Gif file format support in the .NET framework.
Public methodFlip
Rotate or flip the current image
Public methodGetFlipType
Get a flip type given a set of parameters
Public methodResize(Size)
resize an image using the high quality algorithm.
Public methodResize(Size, InterpolationMode)
Resize the image using a specific interpolation mode
Top
Properties
  NameDescription
Public propertyImage
Gets or sets the current image to be manipulated.
Top
See Also