SetImage Method

Summary

Sets the image used to render the 3D object and then frees the image.

Syntax
C#
VB
C++
public void SetImage( 
   RasterImage image 
) 
  
Public Sub SetImage( _ 
   ByVal image As RasterImage _ 
)  
public: 
void SetImage(  
   RasterImage^ image 
)  

Parameters

image
.Leadtools.RasterImage used to render the 3D object.

Remarks
  • You must pass a multipage image with at least 3 pages.
  • This method frees the image after using it to create the 3D object.
  • It is better to load a 3D object using the efficent memory method. For more information, refer to the MemoryEfficientInit method.

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