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




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

Property Value

Any integer value.
See Also