This property determines whether the area inside the selected area will be processed or the area outside the selected area will be processed
[C++Builder] imagekitcontrolname->Effect->InOut
[= TVIkInOutSelectMode ]
[Delphi] imagekitcontrolname.Effect.InOut
[= TVIkInOutSelectMode ]
[TVIkInOutSelectMode Type]
Unit
IkInit
type
TVIkInOutSelectMode = (vikOutside,
vikInside);
Property Value
Value | Explanation |
---|---|
vikOutside | The area outside the selected area will be processed. (does not include the border) |
vikInside | The area inside the selected area will be processed.(includes the border) |
Explanation
The InOut property determines whether the area inside the selected area will be processed or the area outside the selected area will be processed. This property is enabled when the SelectMode property is vikEffectPolygon or vikEffectEllipse
Setting this value
This value can be set during execution.
Retrieving this value
This value is retrieved during execution.
Differences from the ImageKit 7/8/9 ActiveX
The VCL constants have a "v". In ActiveX, the constants are ikOutside, ikOutside).