ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIMask Class / Erode Method
The pixel count.




In This Topic
Erode Method (ImGearROIMask)
In This Topic
Erodes ROI mask on the specified pixel count.
Syntax
'Declaration
 
Public Sub Erode( _
   ByVal pixCount As Integer _
) 
 
'Usage
 
Dim instance As ImGearROIMask
Dim pixCount As Integer
 
instance.Erode(pixCount)

Parameters

pixCount
The pixel count.
See Also