public LeadRect RegionOfInterestRectangle {get; set;}
public LeadRect RegionOfInterestRectangle {get; set;}
@property (nonatomic, assign) LeadRect regionOfInterestRectangle;
public LeadRect getRegionOfInterestRectangle()
public void setRegionOfInterestRectangle(LeadRect value)
get_RegionOfInterestRectangle();
set_RegionOfInterestRectangle(value);
Object.defineProperty('RegionOfInterestRectangle');
'Declaration
Public Property RegionOfInterestRectangle As LeadRect
'Usage
Dim instance As CodecsJpeg2000SaveOptions
Dim value As LeadRect
instance.RegionOfInterestRectangle = value
value = instance.RegionOfInterestRectangle
Property Value
A rectangle which specifies the region of interest.