←Select platform

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 Leadtools.RasterImage _ 
) 
public: 
Medical3DObject(  
   Leadtools.RasterImage^ image 
) 

Parameters

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

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

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly