←Select platform

RoiMean Property

Summary

Gets or sets the average value of the pixels in the Region Of Interest.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double RoiMean { get; set; } 
Public Property RoiMean As Double 
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 ); 
} 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly