C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the rectangular region of interest to use when RegionOfInterest is CodecsJpeg2000RegionOfInterest.UseOptionRectangle.
public LeadRect RegionOfInterestRectangle { get; set; }
Public Property RegionOfInterestRectangle As Leadtools.LeadRect
public Leadtools.LeadRect RegionOfInterestRectangle {get; set;}
@property (nonatomic, assign) LeadRect regionOfInterestRectangle
public LeadRect getRegionOfInterestRectangle()
public void setRegionOfInterestRectangle(LeadRect value)
<br/>get_RegionOfInterestRectangle();<br/>set_RegionOfInterestRectangle(value);<br/>Object.defineProperty('RegionOfInterestRectangle');
public:
property Leadtools.LeadRect RegionOfInterestRectangle {
Leadtools.LeadRect get();
void set ( Leadtools.LeadRect );
}
A rectangle which specifies the region of interest.
For an example, refer to CodecsJpeg2000Options.
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