ClearImage .NET API
Fatten Method (ImageEditor)





Inlite.ClearImageNet Namespace > ImageEditor Class : Fatten Method
Number of pixels to add in each direction
direction to extend
Fatten image
Syntax
'Declaration
 
Public Sub Fatten( _
   ByVal pixels As System.Integer, _
   ByVal dir As MorphDirections _
) 
'Usage
 
Dim instance As ImageEditor
Dim pixels As System.Integer
Dim dir As MorphDirections
 
instance.Fatten(pixels, dir)
public void Fatten( 
   System.int pixels,
   MorphDirections dir
)
public procedure Fatten( 
    pixels: System.Integer;
    dir: MorphDirections
); 
public function Fatten( 
   pixels : System.int,
   dir : MorphDirections
);
public:
void Fatten( 
   System.int pixels,
   MorphDirections dir
) 

Parameters

pixels
Number of pixels to add in each direction
dir
direction to extend
Remarks
Method requires bi-tonal image (object.Image.BitsPerPixel = 1).
See Also

Reference

ImageEditor Class
ImageEditor Members