←Select platform

RegionOfInterestRectangle Property

Summary

Gets or sets the rectangle that contains the boundaries of the region of interest within the image.

Syntax

C#
VB
WinRT C#
C++
public LeadRect RegionOfInterestRectangle { get; set; } 
Public Property RegionOfInterestRectangle As Leadtools.LeadRect 
public Leadtools.LeadRect RegionOfInterestRectangle {get; set;} 
 <br/>get_RegionOfInterestRectangle();<br/>set_RegionOfInterestRectangle(value);<br/>Object.defineProperty('RegionOfInterestRectangle');  
public: 
property Leadtools.LeadRect RegionOfInterestRectangle { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect value); 
} 

Property Value

A Rectangle that contains the boundaries of the region of interest within the image.

Example

For an example, refer to Jpeg2000Options.

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.Dicom Assembly