Click or drag to resize
ImageEditor Methods

The ImageEditor type exposes the following members.

Methods
  Name Description
Public method Alpha
Applies an alpha channel (transparency) to the image.
Public method Crop
Crops the image with the specified dimensions
Public method Dispose
Called when the class is disposed. This will dispose the edited image instance.
Public method FixGifColors
Fixes a problem with the Gif file format support in the .NET framework.
Public method Flip
Rotate or flip the current image
Public method GetFlipType
Get a flip type given a set of parameters
Public method Resize(Size)
resize an image using the high quality algorithm.
Public method Resize(Size, InterpolationMode)
Resize the image using a specific interpolation mode
Top
See Also