VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationData Class / ChangeUnitOfMeasure(DicomUnitOfMeasure,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    ChangeUnitOfMeasure(DicomUnitOfMeasure,VintasoftImage) Method (DicomAnnotationData)
    In This Topic
    Changes the annotation unit of measure and all properties, which are depend from unit of measure.
    Syntax
    'Declaration
    
    Public MustOverride Sub ChangeUnitOfMeasure( _
    ByVal newValue
    The new value of unit of measure.
    As DicomUnitOfMeasure, _
    ByVal image
    The image associated with annotation.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public abstract void ChangeUnitOfMeasure(
    DicomUnitOfMeasure newValue,
    Vintasoft.Imaging.VintasoftImage image
    )
    public: abstract void ChangeUnitOfMeasure(
    DicomUnitOfMeasure newValue,
    Vintasoft.Imaging.VintasoftImage* image
    )

    Parameters

    newValue
    The new value of unit of measure.
    image
    The image associated with annotation.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also