CreatePoint Method of the Engine Object

This method creates the Point object representing the point with the specified coordinates.

Syntax

C++

HRESULT CreatePoint(
  int     X,
  int      Y,
  IPoint** Result
);
    

C#

Point CreatePoint(
  int X,
  int Y
);
    

Visual Basic .NET

Function CreatePoint( _
  [X As Integer = 0], _
  [Y As Integer = 0] _
) As Point
    

Parameters

X
[in] This parameter specifies the horizontal coordinate of the point. It is optional, and if you do not specify it, the horizontal coordinate will be equal to 0.
Y
[in] This parameter specifies the vertical coordinate of the point. It is optional, and if you do not specify it, the vertical coordinate will be equal to 0.
Result
[out, retval] A pointer to IPoint* pointer variable that receives the interface pointer of the resulting Point object. Must not be NULL.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Engine

Point

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.