ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIMask Class / BoundRectangle Property




In This Topic
BoundRectangle Property (ImGearROIMask)
In This Topic
Gets the bounding rectangle.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property BoundRectangle As ImGearRectangle
 
'Usage
 
Dim instance As ImGearROIMask
Dim value As ImGearRectangle
 
value = instance.BoundRectangle

Property Value

ImGearRectangle structure.
See Also