Initializes a new instance of the class Medical3DCamera with explicit parameters.
public Medical3DCamera(
float xRotation,
float yRotation,
float zRotation,
float Zoom,
float xOffset,
float yOffset,
Medical3DProjectionMethod method
)
Public Function New( _
ByVal xRotation As Single, _
ByVal yRotation As Single, _
ByVal zRotation As Single, _
ByVal Zoom As Single, _
ByVal xOffset As Single, _
ByVal yOffset As Single, _
ByVal method As Leadtools.Medical3d.Medical3DProjectionMethod _
)
public:
Medical3DCamera(
float xRotation,
float yRotation,
float zRotation,
float Zoom,
float xOffset,
float yOffset,
Leadtools.Medical3d.Medical3DProjectionMethod method
)
xRotation
X-rotation angle. Possible values range from -180 to 180.
yRotation
Y-rotation angle. Possible values range from -90 to 90.
zRotation
Z-rotation angle. Possible values range from 0 to 360.
Zoom
The camera zooming. Possible values range from 1 to 190. Default value is 128.
xOffset
X-offset.
yOffset
Y-offset.
method
The camera projection method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET