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




In This Topic
Distance Property (ImGearBinocular)
In This Topic
Gets or sets the distance between centers of the ellipses which constitute the binocular shape.
Syntax
'Declaration
 
Public Property Distance As Integer
 
'Usage
 
Dim instance As ImGearBinocular
Dim value As Integer
 
instance.Distance = value
 
value = instance.Distance

Property Value

Integer value.
See Also