LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RoiArea Property






Gets or sets the number of pixels in the Region Of Interest area. .NET support Silverlight support WinRT support
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;}
 get_RoiArea();
set_RoiArea(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

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