←Select platform

Medical3DCamera Constructor(float,float,float,float,float,float,Medical3DProjectionMethod)

Summary

Initializes a new instance of the class Medical3DCamera with explicit parameters.

Syntax

C#
VB
C++
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 
) 

Parameters

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly