Transformation Matrix in Silverlight 2

Date September 15, 2008

In my exploration of Silverlight I have looked at a ton of code samples, and not once have I seen an example that chooses MatrixTransform as the class used to render a transformation.  We all should be familiar with the four transform classes Silverlight provides for 2-D transformations.  Each allows us to manipulate the underlying [...]