GraphicsCommandLineTo(num x, num y)

Source

GraphicsCommandLineTo(num x, num y)
    : _x = x.toDouble(),
      _y = y.toDouble();