Visual Basic (Declaration) | |
---|---|
Public Enum Medical3DProjectionMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DProjectionMethod |
C# | |
---|---|
public enum Medical3DProjectionMethod : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class Medical3DProjectionMethod : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Orthogonal | The camera will use the Orthogonal projection method. |
Perspective | The camera will use the Perspective projection method (Default). |
For an example, refer to Medical3DCamera.ProjectionMethod.
Orthogonal makes the camera neglect the distance factor when viewing the object. If the object is viewed from two different distances, it will NOT become smaller or bigger. The perspective view however, resembles the real-life view by making the object look smaller if it is far away, or bigger if it is closer.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DProjectionMethod
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7