ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIMask Class / Dilate Method
The pixel count.




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

Parameters

pixCount
The pixel count.
See Also