DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / TranslateNormal Method
The translation offset along the normal.



In This Topic
    TranslateNormal Method (DicomImage3D)
    In This Topic
    Translates the view along the normal direction.
    Syntax
    'Declaration
     
    
    Public Sub TranslateNormal( _
       ByVal Offset As Single _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Offset As Single
     
    instance.TranslateNormal(Offset)
    public void TranslateNormal( 
       float Offset
    )
    public:
    void TranslateNormal( 
       float Offset
    ) 

    Parameters

    Offset
    The translation offset along the normal.
    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