Efl.Canvas.Object.coords_inside

Keys

  • pos - The coordinates in pixels.

Values

  • return - true if the coordinates are inside the object, false otherwise


Signature

@property coords_inside {
    get {
        keys {
            pos: Eina.Position2D;
        }
    }
    values {
        return: bool;
    }
}

C signature

Eina_Bool efl_canvas_object_coords_inside_get(const Eo *obj, Eina_Position2D pos);

Implemented by