ImageGear .NET - Updated December 24, 2018
RightBottom Property (ImGearEllipse)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearEllipse Structure : RightBottom Property
Gets or sets the coordinate of the lower-right corner of the bounding rectangle.
Syntax
'Declaration
 
Public Property RightBottom As ImGearPoint
 
'Usage
 
Dim instance As ImGearEllipse
Dim value As ImGearPoint
 
instance.RightBottom = value
 
value = instance.RightBottom

Property Value

ImGearPoint structure.
See Also

Reference

ImGearEllipse Structure
ImGearEllipse Members
ImGearPoint Structure