LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SetImage Method
See Also 
Leadtools.Medical3D Namespace > Medical3DObject Class : SetImage Method



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

Syntax

Visual Basic (Declaration) 
Public Sub SetImage( _
   ByVal image As RasterImage _
) 
Visual Basic (Usage)Copy Code
Dim instance As Medical3DObject
Dim image As RasterImage
 
instance.SetImage(image)
C# 
public void SetImage( 
   RasterImage image
)
C++/CLI 
public:
void SetImage( 
   RasterImage^ image
) 

Parameters

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

Remarks

  • You must pass a multi-page 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features