public LeadRect RegionOfInterestRectangle {get; set;}
'Declaration
Public Property RegionOfInterestRectangle As LeadRect
'Usage
Dim instance As CodecsJpeg2000SaveOptions
Dim value As LeadRect
instance.RegionOfInterestRectangle = value
value = instance.RegionOfInterestRectangle
public 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 LeadRect RegionOfInterestRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
A rectangle which specifies the region of interest.