> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Point Object (IPoint Interface)

This object describes the location of a point on an image.

## Properties

| Name        | Type                                                                                                                                                                                                          | Description                                                                                                     |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Application | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object.                                                                                      |
| X           | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | Specifies the horizontal coordinate of the point in pixels. The coordinates are relative to the document image. |
| Y           | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                                        | Specifies the vertical coordinate of the point in pixels. The coordinates are relative to the document image.   |

## Methods

| Name                                                                                                                  | Description                                                                                       |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [CopyFrom](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/copyfrom-method) | Initializes properties of the current object with values of similar properties of another object. |
| [SetPoint](/fine-reader/engine/api-reference/supplementary-objects-and-methods/point/setpoint-method)                 | Sets the coordinates of the point.                                                                |

## Output parameter

This object is the output parameter of the following methods:

* [CreatePoint](/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createpoint-method) method of the [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface) object
* [GetLocation](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicture/getlocation-method) method of the [PDFPicture](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicture) interface

## Input parameter

This object is passed as the input parameter to the following methods:

* [SetLocation](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicture/setlocation-method) method of the [PDFPicture](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicture) interface
* [OnCorrectPerspective](/fine-reader/engine/visual-components-reference/iimageviewerevents/oncorrectperspective-method) (Win) method of the [IImageViewerEvents](/fine-reader/engine/visual-components-reference/iimageviewerevents) interface

## See also

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
