UIControlRenderTransform Property |
Namespace: DigitalRune.Game.UI.Controls
Render transforms scales, rotates and translates the control. This can be used for animations, but it should be used sparingly since it costs performance. When handling input (e.g. mouse clicks) the render transform is considered and, for example, rotated buttons can be clicked normally.
The render transformation is defined using the properties RenderTransformOrigin, RenderScale, RenderRotation, and RenderTranslation.