Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RoiMean Property








Gets or sets the average value of the pixels in the Region Of Interest.
Syntax
public double RoiMean {get; set;}
'Declaration
 
Public Property RoiMean As Double
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Double
 
instance.RoiMean = value
 
value = instance.RoiMean
public double RoiMean {get; set;}
@property (nonatomic, assign) double roiMean
public double getRoiMean()
public void setRoiMean(double value)
            
 <br/>get_RoiMean();<br/>set_RoiMean(value);<br/>Object.defineProperty('RoiMean'); 
public:
property double RoiMean {
   double get();
   void set (    double value);
}

Property Value

The average value of the pixels in the Region Of Interest.
Remarks
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

Error processing SSI file