ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearBinocular Structure / RightBottom Property




In This Topic
RightBottom Property (ImGearBinocular)
In This Topic
Gets or sets the coordinate of the right-bottom corner of the bounding rectangle.
Syntax
'Declaration
 
Public Property RightBottom As ImGearPoint
 
'Usage
 
Dim instance As ImGearBinocular
Dim value As ImGearPoint
 
instance.RightBottom = value
 
value = instance.RightBottom

Property Value

ImGearPoint structure.
See Also