how to calculate the rotation value for the MS Office Powerpoint Shapes from the xml data given

后端 未结 1 1408
没有蜡笔的小新
没有蜡笔的小新 2021-02-10 04:44

I want to get the proper rotation value to draw the shape of the MS office Powerpoint 2007 file from the given OOXML data as below :


            <         


        
1条回答
  •  無奈伤痛
    2021-02-10 05:29

    Divide it by 60000 to get the rotation angle. In this case, 5400000/60000=90 degrees. It is an in-place rotation, meaning it rotates on Center X and Center Y.

    0 讨论(0)
提交回复
热议问题