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

Show in webframe

FirstMarker Property (StentEnhancementMarkers)








Gets or sets a reference to a LeadPoint that represents the location of the first marker in the reference frame.
Syntax
public LeadPoint FirstMarker {get; set;}
'Declaration
 
Public Property FirstMarker As LeadPoint
'Usage
 
Dim instance As StentEnhancementMarkers
Dim value As LeadPoint
 
instance.FirstMarker = value
 
value = instance.FirstMarker
public LeadPoint FirstMarker {get; set;}
 <br/>get_FirstMarker();<br/>set_FirstMarker(value);<br/>Object.defineProperty('FirstMarker'); 
public:
property LeadPoint FirstMarker {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

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

Target Platforms

See Also

Reference

StentEnhancementMarkers Structure
StentEnhancementMarkers Members

Error processing SSI file