efl.evas.Line Class

class efl.evas.Line(Canvas canvas, start=None, end=None, geometry=None, size=None, pos=None, **kwargs)
Parameters
  • canvas (Canvas) – Evas canvas for this object

  • start (tuple of ints) – Start coordinates (x, y)

  • end (tuple of ints) – End coordinates (x, y)

  • geometry (tuple of ints) – Geometry of the line (x, y, w, h)

  • size (tuple of ints) – Size of the line (w, h)

  • pos (tuple of ints) – Position of the line (x, y)

  • **kwargs – All the remaining keyword arguments are interpreted as properties of the instance