Class JXG.Image
Image:
It inherits from @see GeometryElement.
Defined in: Image.js.
Constructor Attributes | Constructor Name and Description |
---|---|
JXG.Image(board, url, coordinates, size, layer, id, name, el)
Construct and handle images
|
Method Attributes | Method Name and Description |
---|---|
hasPoint(x, y)
Empty function (for the moment).
|
|
Send an update request to the renderer.
|
Class Detail
JXG.Image(board, url, coordinates, size, layer, id, name, el)
Construct and handle images
- Parameters:
- board
- url
- coordinates
- size
- layer
- id
- name
- el
- Returns:
- A new geometry element Image
Method Detail
hasPoint(x, y)
Empty function (for the moment). It is needed for highlighting, a feature not used for images right now.
- Parameters:
- {int} x
- Coordinate in x direction, screen coordinates.
- {int} y
- Coordinate in y direction, screen coordinates.
- Returns:
- Always returns false
updateRenderer()
Send an update request to the renderer.