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




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

Property Value

Any double precision number.
See Also