Gets or sets the number of pixels in the Region Of Interest area.
public int RoiArea { get; set; }
Public Property RoiArea As Integer
public int RoiArea {get; set;}
@property (nonatomic, assign) NSInteger roiArea
public int getRoiArea()
public void setRoiArea(int value)
<br/>get_RoiArea();<br/>set_RoiArea(value);<br/>Object.defineProperty('RoiArea');
The number of pixels in the Region Of Interest area.
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET