Visual Basic (Declaration) | |
---|---|
Public Enum Medical3DProjectionMethod Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum Medical3DProjectionMethod : Enum |
C++/CLI | |
---|---|
public enum class Medical3DProjectionMethod : public Enum |
Member | Description |
---|---|
Orthogonal | The camera will use the Orthogonal projection method. |
Perspective | The camera will use the Perspective projection method (Default). |
Orthogonal makes the camera neglects the distance factor when viewing the object, which means if the object is viewed from two different distances, it will NOT become smaller or bigger. The perspective view however, resembles real-life view by making the object looks smaller if it is far, or bigger if it is close.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DProjectionMethod
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family