SetPoint Method of the Point Object
This method allows you to set the coordinates of the point.
Syntax
HRESULT SetPoint( int X, int Y );
Parameters
- X
- [in] Contains the horizontal coordinate of the point in pixels. The coordinates are relative to the document image.
- Y
- [in] Contains the vertical coordinate of the point in pixels. The coordinates are relative to the document image.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25