ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Left Property




In This Topic
Left Property (IImGearRectangle)
In This Topic
Gets or sets the x-coordinate of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Property Left As Integer
 
'Usage
 
Dim instance As IImGearRectangle
Dim value As Integer
 
instance.Left = value
 
value = instance.Left

Property Value

Any integer value.
See Also