Point Object (IPoint Interface)
This object describes the location of a point on an image.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
X | int | Specifies the horizontal coordinate of the point in pixels. The coordinates are relative to the document image. |
Y | int | Specifies the vertical coordinate of the point in pixels. The coordinates are relative to the document image. |
Methods
Name | Description |
---|---|
CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
SetPoint | Sets the coordinates of the point. |
Output parameter
This object is the output parameter of the following methods:
- CreatePoint method of the Engine object
- GetLocation method of the PDFPicture interface
Input parameter
This object is passed as the input parameter to the following methods:
- SetLocation method of the PDFPicture interface
See also
03.07.2024 8:50:25