ClearImageNet Send comments on this topic.
Fatten Method
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : Fatten Method




pixels
number of pixels
dir
direction to extend
Extends black area of image objects

Syntax

Visual Basic (Declaration) 
Public Sub Fatten( _
   ByVal pixels As Integer, _
   ByVal dir As MorphDirections _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim pixels As Integer
Dim dir As MorphDirections
 
instance.Fatten(pixels, dir)
C# 
public void Fatten( 
   int pixels,
   MorphDirections dir
)
Managed Extensions for C++ 
public: void Fatten( 
   int pixels,
   MorphDirections dir
) 
C++/CLI 
public:
void Fatten( 
   int pixels,
   MorphDirections dir
) 

Parameters

pixels
number of pixels
dir
direction to extend

Remarks

Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]