ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIRectangle Class / BoundRectangle Property




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

Property Value

ImGearRectangle structure.
See Also