ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / Length Property




In This Topic
    Length Property (IImGearARTPolyRuler)
    In This Topic
    Gets the length of the PolyRuler mark.
    Syntax
    'Declaration
     
    ReadOnly Property Length As Double
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim value As Double
     
    value = instance.Length
    double Length {get;}
    __property double get_Length();
    property double Length {
       double get();
    }

    Property Value

    Double value.
    See Also