ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyRuler Class / Length Property




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

    Property Value

    Double value.
    Remarks
    Note: The annotation must be added to the ImGearARTPage prior to using this property.

    Note: If the AspectKind is ImGearARTAspectKind.Relative, please initialize Resolution prior to using this property, otherwise ImageGear.Core.ImGearException will be thrown. The resolution is necessary for length calculation in Relative mode.

    See Also