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

Show in webframe

Region Property (StentEnhancementCommand)








A reference to a LeadRect that represents the region that covers the stent device in the sequence.
Syntax
public LeadRect Region {get; set;}
'Declaration
 
Public Property Region As LeadRect
'Usage
 
Dim instance As StentEnhancementCommand
Dim value As LeadRect
 
instance.Region = value
 
value = instance.Region
public LeadRect Region {get; set;}
 <br/>get_Region();<br/>set_Region(value);<br/>Object.defineProperty('Region'); 
public:
property LeadRect Region {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

A LeadRect that contains the rectangular region that covers the stent device in the sequence.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file