Mike Taulty's Blog
Bits and Bytes from Microsoft UK
Silverlight 4 Rough Notes: CompositeTransform

Blogs

Mike Taulty's Blog

Elsewhere

Archives

Note – these posts are put together after a short time with Silverlight 4 as a way of providing pointers to some of the new features that Silverlight 4 has to offer. I’m posting these from the PDC as Silverlight 4 is announced for the first time so please bear that in mind when working through these posts.

A short one – Silverlight 4 has a new CompositeTransform class that you can use for your RenderTransform values – it looks like;

image

and the transformations run scale->skew->rotate->translate – really this just saves you having to use separate ScaleTransform, SkewTransform, RotateTransform and TranslateTransform so saves on the length of XAML.


Posted Wed, Nov 18 2009 12:23 PM by mtaulty
Filed under: ,

Comments

Community Blogs wrote Getting ready for Microsoft Silverlight Exam 70-506 (Part 2)
on Mon, Jan 24 2011 9:40 AM

In the first part of this article series, we focused on learning the skills required for the layout-related