DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / IProjection Interface / TranslateNormal Method
The distance, measured in real world mm






In This Topic
    TranslateNormal Method (IProjection)
    In This Topic
    Move the centre point of the view by the specified distance, normal to the current view plane
    Syntax
    'Declaration
     
    
    Sub TranslateNormal( _
       ByVal Offset As System.Single _
    ) 
    'Usage
     
    
    Dim instance As IProjection
    Dim Offset As System.Single
     
    instance.TranslateNormal(Offset)
    void TranslateNormal( 
       System.float Offset
    )
    procedure TranslateNormal( 
        Offset: System.Single
    ); 
    function TranslateNormal( 
       Offset : System.float
    );
    void TranslateNormal( 
       System.float Offset
    ) 
    void TranslateNormal( 
       System.float Offset
    ) 

    Parameters

    Offset
    The distance, measured in real world mm
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also