Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

SecondMarker Property (StentEnhancementCommand)








A reference to LeadPoint that represents the location of the second marker 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;}
 <br/>get_SecondMarker();<br/>set_SecondMarker(value);<br/>Object.defineProperty('SecondMarker'); 
public:
property LeadPoint SecondMarker {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

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

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file