'Declaration Public Overrides Sub ChangeUnitOfMeasure( _
ByVal newUnitOfMeasureThe new value of unit of measure.As DicomUnitOfMeasure, _
ByVal imageThe image associated with annotation.As Vintasoft.Imaging.VintasoftImage _
)
public override void ChangeUnitOfMeasure(
DicomUnitOfMeasure newUnitOfMeasure,
Vintasoft.Imaging.VintasoftImage image
)
public: void ChangeUnitOfMeasure(
DicomUnitOfMeasure newUnitOfMeasure,
Vintasoft.Imaging.VintasoftImage* image
); override
public:
void ChangeUnitOfMeasure(
DicomUnitOfMeasure newUnitOfMeasure,
Vintasoft.Imaging.VintasoftImage^ image
); override
Parameters
- newUnitOfMeasure
- The new value of unit of measure.
- image
- The image associated with annotation.