ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROI Class / Top Field




In This Topic
Top Field (ImGearROI)
In This Topic
Y offset of region in the image.
Syntax
'Declaration
 
Public Top As Integer
 
'Usage
 
Dim instance As ImGearROI
Dim value As Integer
 
value = instance.Top
 
instance.Top = value

Field Value

Integer value
Remarks
Specifies top side of rectangle in case of ImGearROIRectangle, and the reference point in case of ImGearROIMask.
See Also