Skip to main content
This method allows you to set the coordinates of the point.

Syntax

C++

HRESULT SetPoint(
  int X,
  int Y
);

C#

void SetPoint(
  int X,
  int Y
);

Visual Basic .NET

Sub SetPoint(X As Integer, Y As Integer)

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

Point