WPF PathGeometry/RotateTransform optimization
- by devinb
I am having performance issues when rendering/rotating WPF triangles
If I had a WPF triangle being displayed and it will be rotated to some degree around a centrepoint, I can do it one of two ways:
Programatically determine the points and their offset in the backend, use XAML to simply place them on the canvas where they belong, it would look…