Perspective transform with WPF

前端 未结 1 1850
难免孤独
难免孤独 2021-01-21 17:50

WPF allows to specify linear affine transform on graphical objects. With this you can do translation, rotation, scaling, skewing, or a combination of that. You can specify a 2x3

1条回答
  •  旧时难觅i
    2021-01-21 18:43

    As you can read here there are some 3rd party libraries that implement Silverlight's PlaneProjection for WPF.

    Otherwise you will be forced to code it yourself. (Perhaps Microsoft will add the PlaneProjection in a future version of .NET)

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