11-19-2014, 12:12 AM
2D performance can be improved with reading the objects as Geometries instead as Shapes. This creates lower level objects with less overhead.
Another performance improvement can be get with Freezing the objects - call Freeze method on read Geometries.
But you cannot expect miracles - WPF is very easy to use, but this also bring lots of overhead when it comes to very high performance.
Another performance improvement can be get with Freezing the objects - call Freeze method on read Geometries.
But you cannot expect miracles - WPF is very easy to use, but this also bring lots of overhead when it comes to very high performance.
Andrej Benedik

