ScanFix Xpress v9.0 for .NET - Updated
RegionOfInterest Property




Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : RegionOfInterest Property
Gets and sets the area on the image to search for lines.
Syntax
'Declaration
 
Public Property RegionOfInterest As Rectangle
'Usage
 
Dim instance As GraphicLineDetectionOptions
Dim value As Rectangle
 
instance.RegionOfInterest = value
 
value = instance.RegionOfInterest
public Rectangle RegionOfInterest {get; set;}
public: __property Rectangle get_RegionOfInterest();
public: __property void set_RegionOfInterest( 
   Rectangle value
);
public:
property Rectangle RegionOfInterest {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

A Rectangle object which indicates the current region of interest of the image.
Remarks
Use this when you wish to specify a region on the image to look at. If you want to search the entire image, do not set this.
See Also

Reference

GraphicLineDetectionOptions Class
GraphicLineDetectionOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.