Navigation.eventSetCoordinates

Try to set x and y coordinates on a #GstNavigation event. The event must be writable.

interface Navigation
static
bool
eventSetCoordinates
(,
double x
,
double y
)

Parameters

event gst.event.Event

The #GstEvent to modify.

x double

The x coordinate to set.

y double

The y coordinate to set.

Return Value

Type: bool

A boolean indicating success.