Types of Transformation in XAML Silverlight


In Silverlight 2D transformation, we have four basic classes that can be applied to element. Transforming elements means mapping points from one coordinate to another. Here we have following classes:

RotateTransform

It rotates element by specified angle.

ScaleTransform

It scales an element by the specified ScaleX and ScaleY values.

SkewTransform

It skews element by the specified AngleX and AngleY values.

TranslateTransform

It translate or moves element by the specified X and Y values.

Above points should be discussed separately, because they are little complicated but very easy to learn if you read carefully.

Be tuned for next post, we will discuss on each of them given above.

Comments

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples