←Select platform

RoiArea Property

Summary

Gets or sets the number of pixels in the Region Of Interest area.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property int RoiArea { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of pixels in the Region Of Interest area.

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