DicomObjects.NET10 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 Single _
    ) 
    'Usage
     
    
    Dim instance As IProjection
    Dim Offset As Single
     
    instance.TranslateNormal(Offset)
    void TranslateNormal( 
       float Offset
    )
    void TranslateNormal( 
       float Offset
    ) 

    Parameters

    Offset
    The distance, measured in 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