Gets or sets the rectangular region of interest to use when
RegionOfInterest is
CodecsJpeg2000RegionOfInterest.UseOptionRectangle.
Syntax
Visual Basic (Declaration) | |
---|
Public Property RegionOfInterestRectangle As LeadRect |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsJpeg2000SaveOptions
Dim value As LeadRect
instance.RegionOfInterestRectangle = value
value = instance.RegionOfInterestRectangle |
C# | |
---|
public LeadRect RegionOfInterestRectangle {get; set;} |
Property Value
A rectangle which specifies the region of interest.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also