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




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

Property Value

Any integer value.
See Also