Medical3DObject Constructor(RasterImage)

Summary

Initializes a new instance of the Medical3DObject class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal image As RasterImage _ 
) 
public: 
Medical3DObject(  
   RasterImage^ image 
) 

Parameters

image
Leadtools.RasterImage that contains the 3D object images that will be rendered.

Remarks
  • You must pass a multipage image with at least 3 pages before using this method.
  • It is better to load a 3D object using the efficient memory loading feature. For more information refer, to MemoryEfficientInit.

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.Medical3D Assembly