Raster.pointToPage( elementX, elementY )
Translate a x,y coordinate relative to the element to a page absolute point.Parameters
| Name | Type | Description | |
|---|---|---|---|
| elementX | number | X coordinate relative to the element | |
| elementY | number | Y coordinate relative to the element |
Returns
| Type | Description |
|---|---|
| object | A point structure of {x, y } with the translated x,y page coordinates. |