Initializes a new instance of the StentEnhancementCommand class object with explicit parameters.
public StentEnhancementCommand(
LeadRect Region,
LeadPoint FirstMarker,
LeadPoint SecondMarker,
int RefPage
)
Public Function New( _
ByVal Region As Leadtools.LeadRect, _
ByVal FirstMarker As Leadtools.LeadPoint, _
ByVal SecondMarker As Leadtools.LeadPoint, _
ByVal RefPage As Integer _
)
public:
StentEnhancementCommand(
Leadtools.LeadRect Region,
Leadtools.LeadPoint FirstMarker,
Leadtools.LeadPoint SecondMarker,
int RefPage
)
Region
A reference to LeadRect that represents the rectangular region that covers the stent device in the sequence.
FirstMarker
A reference to LeadPoint that represents the location of the first stent marker in the reference image.
SecondMarker
A reference to LeadPoint that represents the location of the second stent marker in the reference image.
RefPage
Index of the frame to be used as a reference frame in the enhancement process.
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