Pytanie : affine transformacja pomoc

Cześć,

I am set punkt i c# mówić use affine transformacja ale I móc jakaś przykład lub tutorial w vb.net lub C#. Jakaś pomoc być appreciated.

Odpowiedź : affine transformacja pomoc

Kąt być dobry tutorial na dlaczego wizerunek jeżeli ty znać the kąt:
http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-rotate

Kalkulować the kąt, ty móc the użytkownik stuknięcie przy the dwa końcówka punkt (x1, y1) & (x2, y2) dla jeden the horyzontalny bar i the kąt kalkulować jak w ten sposób:

(1):
2:
dwoisty angleInRadians = Math.Atan (y2-y1, x2-x1);
dwoisty angleInDegrees = angleInRadians/Math.PI * 180.0f;
Inne rozwiązania  
 
programming4us programming4us