Fills the 3D object with data from the specified Leadtools.RasterImage sent through the
public void MemoryEfficientSetFrame(
RasterImage image,
int frameIndex,
DateTime captureTime,
bool remove
)
Public Overloads Sub MemoryEfficientSetFrame( _
ByVal image As Leadtools.RasterImage, _
ByVal frameIndex As Integer, _
ByVal captureTime As Date, _
ByVal remove As Boolean _
)
public:
void MemoryEfficientSetFrame(
Leadtools.RasterImage^ image,
int frameIndex,
DateTime captureTime,
bool remove
)
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.
captureTime
Creation time of the set frame. Get this value from the DICOM file.
remove
true to dispose of the image after copying its data and placing it in the 3D object; false, otherwise.
You need to call this method multiple times, each with a different frameIndex, in order to fill the 3D object. The number of times is based on the depth
depth
The depth of the 3D object, or the number of frames used to create the 3D object.
parameter used when calling MemoryEfficientInit.
You do not need to set frames in order. However, you need to fill the whole object by covering all the indexes from 0 to depth - 1. The area that was not filled will be black when rendering the object.
For an example, refer to Medical3DObject
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET