ScanFix Xpress v9.0 for .NET - Updated
Area Method (AutoInverseTextResults)




Accusoft.ScanFixXpressSdk Namespace > AutoInverseTextResults Class : Area Method
Index of the requested area
Gets the location and size of a particular area found.
Syntax
'Declaration
 
Public Function Area( _
   ByVal index As Integer _
) As Rectangle
'Usage
 
Dim instance As AutoInverseTextResults
Dim index As Integer
Dim value As Rectangle
 
value = instance.Area(index)
public Rectangle Area( 
   int index
)
public: Rectangle Area( 
   int index
) 
public:
Rectangle Area( 
   int index
) 

Parameters

index
Index of the requested area

Return Value

A Rectangle object that represents the location and size of the requested area.
See Also

Reference

AutoInverseTextResults Class
AutoInverseTextResults Members

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