paint

  1. Lucas Eduardo

    Android Question fill with color - CanvasView

    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...
  2. yiankos1

    Android Question B4XCanvas "setAntiAlias" method

    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...
Top