Hello, i used this lib from @Johan Schoeman some time ago and now i want to use again, but i would like to know if there is a way to make an option to paint some part of the my drawing with fill and not only where pass with finger. Like the tool that program "Paint" have, see the image.
In the...
Hello my friend,
How can i set antialias at b4x canvas?
Dim Obj1 As Reflector
Dim Canv As Canvas
Canv.Initialize(Btn1) ' initialize on what you want
Obj1.Target = Canv
Obj1.Target = Obj1.GetField("paint")
Obj1.RunMethod2("setAntiAlias", True, "java.lang.boolean")
This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.