LEADTOOLS (Leadtools assembly)

RoiArea Property

Show in webframe







Gets or sets the number of pixels in the Region Of Interest area.
Syntax
public int RoiArea {get; set;}
'Declaration
 
Public Property RoiArea As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.RoiArea = value
 
value = instance.RoiArea
public int RoiArea {get; set;}
@property (nonatomic, assign) int roiArea; 
public int getRoiArea()
public void setRoiArea(int value)
            
 
get_RoiArea();
set_RoiArea(value);
Object.defineProperty('RoiArea');
public:
property int RoiArea {
   int get();
   void set (    int value);
}

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.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.