Method
PapersViewViewget_mark_for_view_point
unstable 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:
gdouble
The x coordinate over the view.
view_point_y
-
Type:
gdouble
The 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 . |