DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / TranslateNormal Method
The distance, measured in real world mm



In This Topic
    TranslateNormal Method (DicomImage3D)
    In This Topic
    Move the centre point of the view by the specified distance, normal to the current view plane
    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 distance, measured in real world mm
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also