ImageGear .NET - Updated March 30, 2018
ImGearROIMask Constructor(Int32,Int32,ImGearPage)




ImageGear24.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.
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

Reference

ImGearROIMask Class
ImGearROIMask Members
Overload List