Tag Archive for 'matrix'

07
Apr

Skewing an Image control in Flex

The following example shows how you can skew a Flex Image control vertically and horizontally using the Transform and Matrix classes.

Full code after the jump.

Continue reading ‘Skewing an Image control in Flex’

14
Sep

Rotating images using the Matrix class

Somebody recently asked on a forum how you could rotate images using the Matrix class. I quickly built this super-simple little example which shows how to use the <mx:Rotate /> effect as well as the Matrix class’s rotate() method.

Full code after the jump.

Continue reading ‘Rotating images using the Matrix class’