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)
get_RegionOfInterestRectangle();
set_RegionOfInterestRectangle(value);
Object.defineProperty('RegionOfInterestRectangle');
public:
property LeadRect RegionOfInterestRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
A rectangle which specifies the region of interest.