ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearEllipse Interface / RightBottom Property




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

Property Value

ImGearPoint class object.
See Also