drawille icon indicating copy to clipboard operation
drawille copied to clipboard

Add method for drawing line

Open fulcanelly opened this issue 3 years ago • 0 comments

add public void drawLine(Boolean value, int fromX, int fromY, int toX, int toY);

where

  • value - is a color to draw with
  • fromX, fromY - line start poin
  • toX, toY - line end point

fulcanelly avatar Jan 04 '23 13:01 fulcanelly