| ImageEditor Class |
Namespace: Kettic.AspNet.Controls.Editor
The ImageEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageEditor |
Creates a new instance of the ImageEditor class with the specified image
|
| Name | Description | |
|---|---|---|
| Alpha |
Applies an alpha channel (transparency) to the image.
| |
| Crop |
Crops the image with the specified dimensions
| |
| Dispose |
Called when the class is disposed. This will dispose the edited image instance.
| |
| FixGifColors |
Fixes a problem with the Gif file format support in the .NET framework.
| |
| Flip |
Rotate or flip the current image
| |
| GetFlipType |
Get a flip type given a set of parameters
| |
| Resize(Size) |
resize an image using the high quality algorithm.
| |
| Resize(Size, InterpolationMode) |
Resize the image using a specific interpolation mode
|