LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SecondMarker Property (StentEnhancementCommand)

Show in webframe







A reference to Leadtools.LeadPoint that represents the second marker location in the reference frame.
Syntax
public LeadPoint SecondMarker {get; set;}
'Declaration
 
Public Property SecondMarker As LeadPoint
'Usage
 
Dim instance As StentEnhancementCommand
Dim value As LeadPoint
 
instance.SecondMarker = value
 
value = instance.SecondMarker
public LeadPoint SecondMarker {get; set;}

            

            
 
get_SecondMarker();
set_SecondMarker(value);
Object.defineProperty('SecondMarker');
public:
property LeadPoint SecondMarker {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

A Leadtools.LeadPoint that contains the location of the second marker in the reference image.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.