ImageGear .NET
Distance Property (ImGearBinocular)




Gets or sets the distance between centers of the ellipses which constitute the binocular shape.
Syntax
public int Distance {get; set;}
public: __property int get_Distance();
public: __property void set_Distance( 
   int value
);
public:
property int Distance {
   int get();
   void set (    int value);
}
'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

Reference

ImGearBinocular Structure
ImGearBinocular Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback