WPF performance on scaling a large scene
- by Mark
I have a full screen app that I want to be able to zoom in on certain areas.
I have the code working fine, but I notice that when I get closer in, the zoom in animation (which animates the ScaleTransform.ScaleX and ScaleTransform.ScaleY properties on a Parent canvas) starts to jerk down a little and the frame rate suffers.
Im not using any…