ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Bottom Property




In This Topic
Bottom Property (ImGearRectangle)
In This Topic
Gets or sets the y-coordinate of the lower-right corner of the rectangle.
Syntax
'Declaration
 
Public Property Bottom As Integer
 
'Usage
 
Dim instance As ImGearRectangle
Dim value As Integer
 
instance.Bottom = value
 
value = instance.Bottom

Property Value

Any integer value.
See Also