Simple simulated picture flip function in MIDP1.0

xiaoxiao2021-03-06  69

Disclaimer: This program is only as technical reference due to a slow speed. / / -------------------------------------------------------------------------------------------- -------------------------------------------------- ------------------------ In MIDP1.0, everyone knows that there is no picture flip function, here is a simple implementation picture flip function. Method, although this method is not practical (it may be available on a very fast mobile phone), but I hope to give you some help. Public void PaintImage_level (Graphics G, Image Image, Int x, int y) {// This code mainly implements the level of the picture, the principle is simple. For (int i = 0; i

Ha ha] Finally, if everyone has a better solution, I must notify me, I am here to thank you first.

转载请注明原文地址:https://www.9cbs.com/read-91642.html

New Post(0)