Monday, May 25, 2009

Transformation

A transformation is technically only a change of one or more values. For instance, if an element is rotated, its position and the location of all the drawing points of the element change.
Silverlight supports five transformation:
1.TranslateTransform
Changes the position of an element
2.ScaleTransform
Scales an element by multiplying its dimension horizontally and vertically
3.SkewTransform
Skews an element by using a horizontal and a vertical angle
4.RotateTransform
Rotates an element by using a angle
5.MatrixTransform
Multiplies all points of an element by a given matrix,and uses the result as the new value.

No comments:

Post a Comment