This enumeration refers to the type of area that will be processed on the image.
public enum AreaSelectMode
Public Members
| Member | Value | Explanation | 
|---|---|---|
| EffectMask | 0 | A mask handle is used to determine the area to be processed. (The value set in the SourceMask property is enabled) | 
| EffectAll | 1 | The total image is processed | 
| EffectPolygon | 2 | A polygonal area, selected on the image, is processed. (The value set in the Point property is enabled) | 
| EffectEllipse | 3 | An elliptical shape, selected on the image, is processed. (The value set in the Rect property is enabled) | 
See Also
ImageKit.Effect Members | Newtone.ImageKit.Wpf.ImageKit