ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRoundedRectangle Structure / LeftTop Property




In This Topic
LeftTop Property (ImGearRoundedRectangle)
In This Topic
Gets or sets coordinates of the upper-left corner of the rectangle.
Syntax
'Declaration
 
Public Property LeftTop As ImGearPoint
 
'Usage
 
Dim instance As ImGearRoundedRectangle
Dim value As ImGearPoint
 
instance.LeftTop = value
 
value = instance.LeftTop

Property Value

ImGearPoint structure.
See Also