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)
[VB.NET]   imagekitcontrolname.Effect.InOut [= ImageKit10(A)Lib.InOutSelectModeConstants ]
[C#.NET]   imagekitcontrolname.Effect.InOut [= ImageKit10(A)Lib.InOutSelectModeConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode version.

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)
* The following constants can also 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 ImageKit10 ActiveX is a product created by Newtone Corporation