Method
PapersViewViewget_mark_for_view_point
since: 48.0
Declaration [src]
PpsMark*
pps_view_get_mark_for_view_point (
  PpsView* view,
  gdouble view_point_x,
  gdouble view_point_y
)
Parameters
- view_point_x
- 
            Type: gdoubleThe x coordinate over the view. 
- view_point_y
- 
            Type: gdoubleThe y coordinate over the view. 
Return value
Type: PpsMark
A pointer to a PpsMark that represents
the location in the document for view_point_x and view_point_y. If the
location is not in a page in the document, it returns NULL.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. | 
| The return value can be NULL. |