Transforms

Many drawing tasks can be simplified by using a transform—an object that alters the way a shape or element is drawn by secretly shifting the coordinate system it uses. In Silverlight, transforms are represented by classes that derive from the MustInherit abstract System.Windows.Media.Transform class, as listed in Table 8-7.

images

images

Technically, all transforms use matrix math to alter the coordinates of your shape. But using the prebuilt transforms classes—TranslateTransform, RotateTransform, ScaleTransform, SkewTransform—is far simpler than ...

Get Pro Silverlight 5 in VB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.