←Select platform

RegionOfInterestRectangle Property

Summary
Gets or sets the rectangular region of interest to use when RegionOfInterest is CodecsJpeg2000RegionOfInterest.UseOptionRectangle.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRect RegionOfInterestRectangle { get; set; } 
Public Property RegionOfInterestRectangle As LeadRect 
@property (nonatomic, assign) LeadRect regionOfInterestRectangle 
public LeadRect getRegionOfInterestRectangle() 
public void setRegionOfInterestRectangle(LeadRect value) 
public: 
property LeadRect RegionOfInterestRectangle { 
   LeadRect get(); 
   void set (    LeadRect ); 
} 

Property Value

A rectangle which specifies the region of interest.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.