IsPointInRegion Method of the Region Object
This method calculates whether the specified point is inside the region. It receives coordinates of the point as input parameters.
Syntax
HRESULT IsPointInRegion( int X, int Y, VARIANT_BOOL* Result );
Parameters
- X
- [in] This parameter specifies the horizontal coordinate of the point.
- Y
- [in] This parameter specifies the vertical coordinate of the point.
- Result
- [out, retval] This parameter receives the result of calculation. If it is TRUE, the specified point lies inside the region.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM