zxing在C#中使用IKVM [英] zxing in C# using IKVM

查看:235
本文介绍了zxing在C#中使用IKVM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用IKVM将jar文件转换为.net dll文件。现在我试图在我的.net应用程序中使用它,但似乎qrcodereader.decode需要BinaryBitmap,它进一步要求Luminance作为参数。请在这种情况下指导我,因为我找不到实现抽象类的正确的类。

I converted the jar file into .net dll file using IKVM. Now i am trying to consume it in my .net app, but it seems that the qrcodereader.decode requires BinaryBitmap which further requires Luminance as parameter. Please guide me in this situation since i couldn't find the right classes that implements the abstract classes.

推荐答案

亮度源是平台特定的。你可以在android,java2se和iphone目录中找到例子。我不知道在csharp目录中是否有任何亮度源,但该代码没有积极维护,所以即使有,也可能需要清理适应(更不用说,我不知道它是否与IKVM兼容)。

Luminance sources are platform specific. You can find examples in the android, java2se, and iphone directories. I don't know if there are any luminance sources in the csharp directory but that code is not actively maintained so even if there is, it'll likely take cleanup adaptation (not to mention I have no idea if it's compatible with IKVM).

这篇关于zxing在C#中使用IKVM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆