←Select platform

SelectFrame Method

Summary

Selects a frame to be added to the stent enhancement average output image.

Syntax

C#
VB
C++
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 
)  

Parameters

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.

Remarks

This method uses the markers stored in the StentMarkers array.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly