ImageGear .NET - Updated December 24, 2018
LeftTop Property (ImGearBinocular)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearBinocular Structure : LeftTop Property
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 ImGearBinocular
Dim value As ImGearPoint
 
instance.LeftTop = value
 
value = instance.LeftTop

Property Value

ImGearPoint structure.
See Also

Reference

ImGearBinocular Structure
ImGearBinocular Members
ImGearPoint Structure