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




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

Property Value

ImGearPoint structure.
See Also