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

In This Topic
    TranslateMm Method (IProjection)
    In This Topic
    Move the centre point of the view by the specified offset
    Syntax
    'Declaration
     
    
    Sub TranslateMm( _
       ByVal Offset As System.Windows.Media.Media3D.Vector3D _
    ) 
    void TranslateMm( 
       System.Windows.Media.Media3D.Vector3D Offset
    )

    Parameters

    Offset
    The offset, measured in absolute real world mm
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also