←Select platform

StentEnhancementCommand Constructor(LeadRect,LeadPoint,LeadPoint,int)

Summary

Initializes a new instance of the StentEnhancementCommand class object with explicit parameters.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal Region As LeadRect, _ 
   ByVal FirstMarker As LeadPoint, _ 
   ByVal SecondMarker As LeadPoint, _ 
   ByVal RefPage As Integer _ 
) 
public: 
StentEnhancementCommand(  
   LeadRect Region, 
   LeadPoint FirstMarker, 
   LeadPoint SecondMarker, 
   int RefPage 
) 

Parameters

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly