WPF: Getting new coordinates after a Rotation

前端 未结 5 1246
一向
一向 2020-12-09 04:57

With reference to this programming game I am currently building.

alt text http://img12.imageshack.us/img12/2089/shapetransformationf.jpg

To translat

5条回答
  •  独厮守ぢ
    2020-12-09 06:00

    You can use Transform.Transform() method on your Point with the same transformations to get a new point to which these transformations were applied.

提交回复
热议问题