DicomObjects Reference
DicomObjects Reference / DicomProjection Object / RotateWorld Method
RotateWorld Method
Description
Rotate the view by an angle around a vector in world orientation
Syntax
Visual Basic
Public Sub RotateWorld( _
   ByVal Theta As Single, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal Z As Single, _
   ByVal TX As Single, _
   ByVal TY As Single, _
   ByVal TZ As Single _
) 
Parameters
Theta
x
y
Z
TX
TY
TZ
See Also