public virtual string GetRulerLengthAsString(
double
)
Public Overridable Function GetRulerLengthAsString( _
ByVal As Double _
) As String
public virtual string GetRulerLengthAsString(
double calibrationScale
)
-(NSString*) getRulerLengthAsString:(double)calibrationScale;
public String getRulerLengthAsString(double calibrationScale)
function Leadtools.Annotations.Core.AnnPolyRulerObject.GetRulerLengthAsString(
calibrationScale
)
Parameters
- calibrationScale
- The ratio of the horizontal resolution (dots per inch or DPI) to the vertical resolution. For most images, the ratio is 1.
Return Value
The calibrated length of this
AnnPolyRulerObject as a string.