ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearBinocular Interface / Distance Property




In This Topic
    Distance Property (IImGearBinocular)
    In This Topic
    Gets or sets the distance between centers of the ellipses which constitute the binocular shape.
    Syntax
    'Declaration
     
    Property Distance As Integer
    'Usage
     
    Dim instance As IImGearBinocular
    Dim value As Integer
     
    instance.Distance = value
     
    value = instance.Distance
    int Distance {get; set;}
    __property int get_Distance();
    __property void set_Distance( 
       int value
    );
    property int Distance {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also