Android Code Snippet dotLine, dashLine and dashdotLine in ImageView

Utils.dotLine(iv, fromPoint, toPoint, 1Dip, 7Dip, Colors.Blue)
Utils.dashLine(iv, fromPoint, toPoint, 1Dip, 7Dip, Colors.RGB(0, 100, 0))
Utils.dashdotLine(iv, fromPoint, toPoint, 1Dip, 7Dip, Colors.RGB(100, 0, 0))
 

Attachments

  • lines.jpg
    35.1 KB · Views: 540
  • B4A-Lines.zip
    7.2 KB · Views: 478
Cookies are required to use this site. You must accept them to continue using the site. Learn more…