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




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

Property Value

Any double precision number.
See Also