This 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iThe value set in the SourceMask property is enabledj
EffectAll 1 The total image is processed
EffectPolygon 2 A polygonal area, selected on the image, is processediThe value set in the Point property is enabledj
EffectEllipse 3 An elliptical shape, selected on the image, is processediThe value set in the Rect property is enabledj

See Also

Effect Class | Effect Members

The ImageKit.NET3 is created by Newtone Corporation