This property determines whether the area inside the selected area will be processed or the area outside the selected area will be processed
[Visual Basic]   imagekitcontrolname.Effect.InOut [= InOutSelectModeConstants ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetEffect().GetInOut()
                 imagekitcontrolname.GetEffect().SetInOut(long Val)

Property Value

Value Explanation
0 The area outside the selected area will be processed. (does not include the border)
1 The area inside the selected area will be processed.(includes the border)
* In Visual Basic, the following constants can be used: (ikOutside = 0, ikInside = 1)

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 2 (ikEffectPolygon) or 3 (ikEffectEllipse)

Setting this value

  This value can be set during execution.

Retrieving this value

  This value is retrieved during execution.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation