I want to draw rotated line.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I want to draw rotated line.

    I want to draw a rotated line. Could I draw the line? ?( ?(
    I also want that the line will rotate a distance of 30 dgrees from the tatum point,
    and stay the orginal line at the same time.


    please. I want to solve it quickly. Thanks. :D
  • Hi,

    you can think of several possibilities:
    - use basic transformation of coordinates and doing it by hand
    - maybe you can do it with GUI_RotatePolygon (a line is a special case of polygon)
    - or GUI_MEMDEV_Rotate...()
    See manual!

    I have a similar simple job and using the first possibility.

    Matz