DicomObjects.NET.V8
DicomObjects Namespace / DicomImageFusion Class / TranslateMm Method
The offset, measured in absolute real world mm



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

    Parameters

    Offset
    The offset, measured in absolute real world mm
    Remarks
    For a DicomImageFusion object, this passes the transformation on to all images in the collection which support IProjection
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also