C#
VB
C++
Selects a frame to be added to the stent enhancement average output image.
public void SelectFrame(
RasterImage image,
int FrameIndex
)
Public Sub SelectFrame( _
ByVal image As Leadtools.RasterImage, _
ByVal FrameIndex As Integer _
)
public:
void SelectFrame(
Leadtools.RasterImage^ image,
int FrameIndex
)
image
A reference to RasterImage that represents the sequence to perform the stent enhancement on.
FrameIndex
Index of the frame to be added to the average image.
This method uses the markers stored in the StentMarkers array.
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