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 RasterImage 
public: 
property RasterImage^ Image { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

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

Remarks
  • You are required to pass a multipage 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

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