event_get_coordinates


Description:

[ Version ( since = "1.22" ) ]
public static bool event_get_coordinates (Event event, out double x, out double y)

Try to retrieve x and y coordinates of a Navigation event.

Parameters:

event

The Event to inspect.

x

Pointer to a gdouble to receive the x coordinate of the navigation event.

y

Pointer to a gdouble to receive the y coordinate of the navigation event.

Returns:

A boolean indicating success.