ProjectionMethod Enumeration

Summary

Specifies the projection method.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.ProjectionMethod = { 
	orthogonal: 0, 
	perspective: 1 
} 
lt.Controls.Medical.ProjectionMethod = { 
	orthogonal: 0, 
	perspective: 1 
} 

Members

ValueMemberDescription
0OrthogonalOrthogonal view, close and distant objects are the same size.
1PerspectivePerspective view (default), close objects look bigger than distant objects.

Remarks

ProjectionMethod is used with the property Projection.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly