IXRGeneralTransform (Windows Embedded CE 6.0)

1/6/2010

This base class provides generalized support for applying transformations to UI elements, such as points and rectangles.

Syntax

class IXRGeneralTransform : public IXRDependencyObject

Methods

Method Description

IXRGeneralTransform::Transform

Transforms the specified x-y coordinate, and returns the target x-y coordinate.

Remarks

A transform defines how to map points from one coordinate space into another coordinate space. They can be used to produce effects such as rotation, scaling, and skewing.

Inheritance Hierarchy

IXRDependencyObject

    IXRGeneralTransform

        IXRTransform

            IXRMatrix

            IXRRotateTransform

            IXRScaleTransform

            IXRSkewTransform

            IXRTransformGroup

            IXRTranslateTransform

.NET Framework Equivalent

System.Windows.Media.GeneralTransform

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Classes for Visual Appearance and Behavior