Raster.pointToElement( pageX, pageY )
Translate a page x,y point to a element space point.Parameters
| Name | Type | Description | |
|---|---|---|---|
| pageX | number | X page-based coordinate | |
| pageY | number | Y page-based coordinate |
Returns
| Type | Description |
|---|---|
| object | Returns a point structure of {x, y } with the translated x,y element coordinates. |