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




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

Property Value

ImGearPoint structure.
See Also