Leadtools.Medical3D Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
ProjectionMethod Property
See Also 
Leadtools.Medical3D Namespace > Medical3DCamera Class : ProjectionMethod Property



Gets or sets the camera projection method.

Syntax

Visual Basic (Declaration) 
Public Property ProjectionMethod As Medical3DProjectionMethod
Visual Basic (Usage)Copy Code
Dim instance As Medical3DCamera
Dim value As Medical3DProjectionMethod
 
instance.ProjectionMethod = value
 
value = instance.ProjectionMethod
C# 
public Medical3DProjectionMethod ProjectionMethod {get; set;}
C++/CLI 
public:
property Medical3DProjectionMethod ProjectionMethod {
   Medical3DProjectionMethod get();
   void set (Medical3DProjectionMethod value);
}

Return Value

Medical3DProjectionMethod represents the projection method used for the camera.

Remarks

The user can set the value of this property to either Orthogonal or Perspective. The Orthogonal makes the camera neglects the distance factor when viewing the object, means that 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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features