The CalibrateRuler(Double,MedicalViewerMeasurementUnit,Int32) Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- distance
- The new length of the annotation ruler.
- measurementUnit
- The unit of measure.
- subCellIndex
- The zero-based index of the sub-cell being calibrated. Pass -1 to calibrate all the sub-cells; pass -2 to calibrate the active sub-cell.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub CalibrateRuler( _ ByVal distance As Double, _ ByVal measurementUnit As MedicalViewerMeasurementUnit, _ ByVal subCellIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerMultiCell Dim distance As Double Dim measurementUnit As MedicalViewerMeasurementUnit Dim subCellIndex As Integer instance.CalibrateRuler(distance, measurementUnit, subCellIndex) |
C# | |
---|---|
public void CalibrateRuler( double distance, MedicalViewerMeasurementUnit measurementUnit, int subCellIndex ) |
C++/CLI | |
---|---|
public: void CalibrateRuler( double distance, MedicalViewerMeasurementUnit measurementUnit, int subCellIndex ) |
Parameters
- distance
- The new length of the annotation ruler.
- measurementUnit
- The unit of measure.
- subCellIndex
- The zero-based index of the sub-cell being calibrated. Pass -1 to calibrate all the sub-cells; pass -2 to calibrate the active sub-cell.
For an example, refer to MedicalViewerBaseCell.CalibrateRuler
- To calibrate one axis at a time use use the overloaded method MedicalViewerBaseCell.CalibrateRuler
- For more information, refer to Working With Annotations.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7