java - how can I get coordinate from graphics2d.rotate -
i have trouble. want see drawed rectangle'coordinates when use g.drawimage(...)
g.rotate(math.toradians(angle), org_centerx, org_centery); g.drawimage(marskingimg, left, top, width, height, null); imageio.write(org_bi, "jpg", org.getabsolutefile());
do have idea?
Comments
Post a Comment