DicomObjects.NET10 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 OpenTK.Mathematics.Vector3 _
    ) 
    'Usage
     
    
    Dim instance As IProjection
    Dim Offset As OpenTK.Mathematics.Vector3
     
    instance.TranslateMm(Offset)
    void TranslateMm( 
       OpenTK.Mathematics.Vector3 Offset
    )
    void TranslateMm( 
       OpenTK.Mathematics.Vector3 Offset
    ) 

    Parameters

    Offset
    The offset, measured in absolute real world mm
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also