Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical3D assembly)

Show in webframe

MemoryEfficientSetFrame(RasterImage,Int32,Boolean) Method






Leadtools.RasterImage used to fill a portion of the object.
The index that represents the place of the image to set in the 3D object
true to of dispose the image after copying its data and placing in the 3D object; false, otherwise.
Fills the 3D object with data from the specified Leadtools.RasterImage.
Syntax
public void MemoryEfficientSetFrame( 
   RasterImage image,
   int frameIndex,
   bool remove
)
'Declaration
 
Public Overloads Sub MemoryEfficientSetFrame( _
   ByVal image As RasterImage, _
   ByVal frameIndex As Integer, _
   ByVal remove As Boolean _
) 
'Usage
 
Dim instance As Medical3DObject
Dim image As RasterImage
Dim frameIndex As Integer
Dim remove As Boolean
 
instance.MemoryEfficientSetFrame(image, frameIndex, remove)

            

            
public:
void MemoryEfficientSetFrame( 
   RasterImage^ image,
   int frameIndex,
   bool remove
) 

Parameters

image
Leadtools.RasterImage used to fill a portion of the object.
frameIndex
The index that represents the place of the image to set in the 3D object
remove
true to of dispose the image after copying its data and placing in the 3D object; false, otherwise.
Remarks
Example
For an example, refer to Medical3DObject.
Requirements

Target Platforms

See Also

Reference

Medical3DObject Class
Medical3DObject Members
Overload List

Error processing SSI file
   Leadtools.Medical3D requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features