public Rectangle RegionOfInterest {get; set;}
public: __property Rectangle get_RegionOfInterest(); public: __property void set_RegionOfInterest( Rectangle value );
'Declaration Public Property RegionOfInterest As Rectangle
'Usage Dim instance As GraphicLineDetectionOptions Dim value As Rectangle instance.RegionOfInterest = value value = instance.RegionOfInterest