DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / TranslateMm Method
The offset, measured in absolute real world mm






    TranslateMm Method (DicomImage3D)
    Move the centre point of the view by the specified offset
    Syntax
    'Declaration
     
    
    Public Sub TranslateMm( _
       ByVal Offset As System.Windows.Media.Media3D.Vector3D _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Offset As System.Windows.Media.Media3D.Vector3D
     
    instance.TranslateMm(Offset)

    Parameters

    Offset
    The offset, measured in absolute real world mm
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also