←Select platform

Image Property

Summary

Gets or sets the image that is used to render the 3D object.

Syntax

C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As Leadtools.RasterImage 
public: 
property Leadtools.RasterImage^ Image { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

Leadtools.RasterImage that is used to render the 3D object.

Remarks
  • You are required to pass a multi-page image with at least 3 pages.
  • It is better to load a 3D object using the efficient memory method. For more information, refer to the MemoryEfficientInit method.
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