ImageGear .NET - Updated
Length Property (ImGearARTPolyRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class : Length Property
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

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
IImGearResolution Interface
Resolution Property
ImageResolution Property
DIB Property