ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIMask Class / ImGearROIMask Constructor / ImGearROIMask Constructor(Int32,Int32,ImGearPage)
X coordinate of the left top corner of the region.
Y coordinate of the left top corner of the region.
1-bit image that defines ROI shape. Must not be null.




In This Topic
ImGearROIMask Constructor(Int32,Int32,ImGearPage)
In This Topic
Initializes a new instance of the ImGearROIMask class, using the specified offset and a bitonal image.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal mask As ImGearPage _
)
 
'Usage
 
Dim left As Integer
Dim top As Integer
Dim mask As ImGearPage
 
Dim instance As New ImGearROIMask(left, top, mask)

Parameters

left
X coordinate of the left top corner of the region.
top
Y coordinate of the left top corner of the region.
mask
1-bit image that defines ROI shape. Must not be null.
Remarks
This constructor clones incoming image (mask) and assigns to the ROI mask.
See Also