Hi,
I'm having a problem with warp image.
First of all, let me explain what I'm planing to do..
Following image is the dialog I'm working on.

Let's named the warp image numbered ① as a grip( it's made with 2 warp images left grip and right grip which you can find it below) and image numbered ② as a roll cursor.
left grip :
(image size : 77 x 26) right grip :
(image size : 77 x 26) roll cursor :
(image size : 26 x 28)
There are three movement for grip warp image and one movement for roll cursor warp image.
The roll cursor movement is simple. It rotates around rotating point 1( which is imaged as below and it's <219, 219>). You can find the code and setting of war image which I made are below.

About the roll cursor movement, there isn't problem. The problem occurs when grip warp image's movement.
Grip warp image's movements are 1) rotating around rotating point 1, 2) rotating around rotating point 2 and 3) linear movement based on 0 point.



The problem which I have is grip movement 1)'s source anchor and grip movement 2)'s source anchor needs to be different.
When I use WarpMatrix's translation to change rotating point which I change rotating point 1 to rotating point 2 the grip movement 3) makes the a problem.
So, I can't move the grip as I wanted.
Is there any way to solve this problem?
Please help me solve this problem.