UIElement.TransformToVisual Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- visual
- Type: System.Windows.UIElement
The object to compare to the current object for purposes of obtaining the transform.
Return Value
Type: System.Windows.Media.GeneralTransformThe transform information as an object. Call GeneralTransform.Transform on this object to get a practical transform.
Show: