ImageGear .NET - Updated July 5, 2018
LeftTop Property (IImGearEllipse)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearEllipse Interface : LeftTop Property
Gets or sets the coordinate of the upper-left corner of the bounding rectangle.
Syntax
'Declaration
 
Property LeftTop As ImGearPoint
 
'Usage
 
Dim instance As IImGearEllipse
Dim value As ImGearPoint
 
instance.LeftTop = value
 
value = instance.LeftTop

Property Value

ImGearPoint class object.
See Also

Reference

IImGearEllipse Interface
IImGearEllipse Members
IImGearPoint Interface