mRect.set(x, y, tx, ty); mPath.addRect(mRect, Path.Direction.CW);
canvas.drawPath(mPath, mPaint);
사각형을그릴때
사각형을 특정각도로 회전시키는방법 없을까요?
canvas.rotate(float degree)
로그인 유지
canvas.rotate(float degree)