public LeadRect RegionOfInterestRectangle {get; set;}
'Declaration
Public Property RegionOfInterestRectangle As LeadRect
'Usage
Dim instance As DicomJpeg2000Options
Dim value As LeadRect
instance.RegionOfInterestRectangle = value
value = instance.RegionOfInterestRectangle
public LeadRect RegionOfInterestRectangle {get; set;}
get_RegionOfInterestRectangle();
set_RegionOfInterestRectangle(value);
Object.defineProperty('RegionOfInterestRectangle');
public:
property LeadRect RegionOfInterestRectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
A Rectangle that contains the boundaries of the region of interest within the image.