←Select platform

ProjectionType Enumeration

Summary

Specifies the type of the 3D volume projection.

Syntax
C#
C++/CLI
public enum ProjectionType 
public: 
   enum class ProjectionType sealed 
Members
ValueMemberDescription
0MIPMaximum intensity projection
1MinIPMinimum intensity projection
2VRTVolume rendering technique.
3AverageAverage volume rendering
Remarks

When selecting a ProjectionType value, consider the following:

  • Use with GetImageSlice to get the slice rendered using the specified projection method.
  • The effect is not visible when the extracted slice is 1 pixel width. To see it, make the slice thickness wider. This is due to pixel merging together in the thick slice.
Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.